FullTextIndexColumn.Parent 属性
Gets or sets the FullTextIndex object that is the parent of the FullTextIndexColumn object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As FullTextIndex
Get
Set
用法
Dim instance As FullTextIndexColumn
Dim value As FullTextIndex
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public FullTextIndex Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property FullTextIndex^ Parent {
FullTextIndex^ get ();
void set (FullTextIndex^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : FullTextIndex with get, set
function get Parent () : FullTextIndex
function set Parent (value : FullTextIndex)
属性值
类型:Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that owns the FullTextIndexColumn object.