Share via


ImplementationType propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property ImplementationType As ImplementationType
    Get
    Set
'Utilisation
Dim instance As DatabaseDdlTrigger
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)

Valeur de la propriété

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