Propriété Parent
Gets the ITabular object that is the parent of this object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Parent As ITabular
Get
'Utilisation
Dim instance As IColumn
Dim value As ITabular
value = instance.Parent
ITabular Parent { get; }
property ITabular^ Parent {
ITabular^ get ();
}
abstract Parent : ITabular
function get Parent () : ITabular
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITabular
The object that is the parent of this object.
Voir aussi