次の方法で共有


IScriptable インターフェイス

IScriptable クラスは、SMO のオブジェクトの Transact-SQL スクリプトの作成に使用するインターフェイスを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Interface IScriptable
'使用
Dim instance As IScriptable
public interface IScriptable
public interface class IScriptable
type IScriptable =  interface end
public interface IScriptable

メソッド

  名前 説明
パブリック メソッド Script() SMO のオブジェクトの再作成に使用できる Transact-SQL スクリプトを生成します。
パブリック メソッド Script(ScriptingOptions) スクリプト オプションで指定したとおりに SMO のオブジェクトを再作成するために使用できる Transact-SQL スクリプトを生成します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間