ISqlTrigger.BodyScript 属性

获取或设置触发器的主体。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property BodyScript As SqlScriptProperty
    Get
    Set
SqlScriptProperty BodyScript { get; set; }
property SqlScriptProperty^ BodyScript {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract BodyScript : SqlScriptProperty with get, set
function get BodyScript () : SqlScriptProperty
function set BodyScript (value : SqlScriptProperty)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

.NET Framework 安全性

请参见

参考

ISqlTrigger 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间