Parent 屬性
Gets the FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Parent As FullTextIndex
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.