DatabaseDdlTrigger.ImplementationType 속성

Gets or sets the implementation type for the database data definition language (DDL) trigger.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property ImplementationType As ImplementationType 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseDdlTrigger 
Dim value As ImplementationType 

value = instance.ImplementationType

instance.ImplementationType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public ImplementationType ImplementationType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property ImplementationType ImplementationType {
    ImplementationType get ();
    void set (ImplementationType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
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.

속성 설정

참고 항목

참조

DatabaseDdlTrigger 클래스

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

관련 자료

CREATE TRIGGER(Transact-SQL)

DDL 트리거