Partager via


ISqlDmlTrigger.Parent, propriété

Obtient ou définit l'objet auquel le déclencheur s'applique.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property Parent As ISqlColumnSource
    Get
    Set
ISqlColumnSource Parent { get; set; }
property ISqlColumnSource^ Parent {
    ISqlColumnSource^ get ();
    void set (ISqlColumnSource^ value);
}
abstract Parent : ISqlColumnSource with get, set
function get Parent () : ISqlColumnSource
function set Parent (value : ISqlColumnSource)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource

Sécurité .NET Framework

Voir aussi

Référence

ISqlDmlTrigger Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms