Parent propriété
Gets the FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As FullTextIndex
Get
'Utilisation
Dim instance As FullTextIndexColumnCollection
Dim value As FullTextIndex
value = instance.Parent
public FullTextIndex Parent { get; }
public:
property FullTextIndex^ Parent {
FullTextIndex^ get ();
}
member Parent : FullTextIndex
function get Parent () : FullTextIndex
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.