Proprietà Parent
Gets the FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As FullTextIndex
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.
Vedere anche