Свойство 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.
Примеры
Создание, изменение и удаление триггеров
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo