Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the Table object that is the parent of the Trigger object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As SqlSmoObject
Get
'Utilisation
Dim instance As TriggerCollection
Dim value As SqlSmoObject
value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.SqlSmoObject
A Table object that is the parent of the Trigger object.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo