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.