Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the FullTextIndex object that is the parent of the FullTextIndexColumn object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As FullTextIndex
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that owns the FullTextIndexColumn object.