SqlElementSource.ScriptDom プロパティ
要素のスクリプト DOM 表現を取得します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Overrides ReadOnly Property ScriptDom As IScriptFragment
'使用
Dim instance As SqlElementSource
Dim value As IScriptFragment
value = instance.ScriptDom
public override IScriptFragment ScriptDom { get; }
public:
virtual property IScriptFragment^ ScriptDom {
IScriptFragment^ get () override;
}
public override function get ScriptDom () : IScriptFragment
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.IScriptFragment
IScriptFragment を返します。