FullTextIndexColumnCollection.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.