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.