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 スクリプトを生成します。 |
先頭に戻る