ImplementationType プロパティ
サーバー データ定義言語 (DDL) トリガーの実装の種類を取得または設定します。
名前空間: 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
実装の種類を示す ImplementationType オブジェクトです。