ImplementationType プロパティ

トリガの実装の種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property ImplementationType As ImplementationType
    Get
    Set
'使用
Dim instance As Trigger
Dim value As ImplementationType

value = instance.ImplementationType

instance.ImplementationType = value
[SfcPropertyAttribute]
public ImplementationType ImplementationType { get; set; }
[SfcPropertyAttribute]
public:
property ImplementationType ImplementationType {
    ImplementationType get ();
    void set (ImplementationType value);
}
[<SfcPropertyAttribute>]
member ImplementationType : ImplementationType with get, set
function get ImplementationType () : ImplementationType
function set ImplementationType (value : ImplementationType)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ImplementationType
トリガの実装の種類を示す ImplementationType オブジェクトの値です。

説明

このプロパティは、SQL CLR 型または Transact-SQL のどちらでトリガが実装されるのかを指定します。トリガが SQL CLR 型で実装される場合、ExecutionContextPrincipal プロパティ、AssemblyName プロパティ、ClassName プロパティ、および MethodName プロパティの値が必要です。