ISqlScriptFunctionImplementation.BodyScript プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property BodyScript As SqlElementSource
'使用
Dim instance As ISqlScriptFunctionImplementation
Dim value As SqlElementSource
value = instance.BodyScript
instance.BodyScript = value
SqlElementSource BodyScript { get; set; }
property SqlElementSource^ BodyScript {
SqlElementSource^ get ();
void set (SqlElementSource^ value);
}
function get BodyScript () : SqlElementSource
function set BodyScript (value : SqlElementSource)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource
参照
参照
ISqlScriptFunctionImplementation インターフェイス