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.

트리거 생성, 변경 및 제거

참고 항목

참조

ServerDdlTrigger 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

DDL 트리거

CREATE TRIGGER(Transact-SQL)