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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스