TriggerStatementBody.TriggerType 属性
Gets or sets the type of the trigger.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property TriggerType As TriggerType
Get
Set
用法
Dim instance As TriggerStatementBody
Dim value As TriggerType
value = instance.TriggerType
instance.TriggerType = value
public TriggerType TriggerType { get; set; }
public:
property TriggerType TriggerType {
TriggerType get ();
void set (TriggerType value);
}
member TriggerType : TriggerType with get, set
function get TriggerType () : TriggerType
function set TriggerType (value : TriggerType)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.TriggerType
The type of the trigger.