Compartir a través de


ImplementationType Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property ImplementationType As ImplementationType
    Get
    Set
'Uso
Dim instance As ServerDdlTrigger
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ImplementationType
An ImplementationType object that specifies the implementation type.