ServerDdlTrigger.ImplementationType 屬性
Gets or sets the implementation type for the server data definition language (DDL) trigger.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ImplementationType As ImplementationType
Get
Set
'用途
Dim instance As ServerDdlTrigger
Dim value As ImplementationType
value = instance.ImplementationType
instance.ImplementationType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ImplementationType ImplementationType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ImplementationType ImplementationType {
ImplementationType get ();
void set (ImplementationType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ImplementationType : ImplementationType with get, set
function get ImplementationType () : ImplementationType
function set ImplementationType (value : ImplementationType)
屬性值
型別:Microsoft.SqlServer.Management.Smo.ImplementationType
An ImplementationType object that specifies the implementation type.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間