다음을 통해 공유


Parent 속성

Gets the Table object that is the parent of the FullTextIndex object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As TableViewBase
    Get
    Set
‘사용 방법
Dim instance As FullTextIndex
Dim value As TableViewBase

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public TableViewBase Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property TableViewBase^ Parent {
    TableViewBase^ get ();
    void set (TableViewBase^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : TableViewBase with get, set
function get Parent () : TableViewBase
function set Parent (value : TableViewBase)

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .TableViewBase
A Table object that owns the FullTextIndex object.