Partager via


Propriété ServerDdlTrigger.ImplementationType

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

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ImplementationType As ImplementationType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Création, modification et suppression de déclencheurs

Voir aussi

Référence

ServerDdlTrigger Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Déclencheurs DDL

CREATE TRIGGER (Transact-SQL)