다음을 통해 공유


FullTextIndexColumnCollection.Parent 속성

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

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

구문

‘선언
Public ReadOnly Property Parent As FullTextIndex 
    Get
‘사용 방법
Dim instance As FullTextIndexColumnCollection 
Dim value As FullTextIndex 

value = instance.Parent
public FullTextIndex Parent { get; }
public:
property FullTextIndex^ Parent {
    FullTextIndex^ get ();
}
member Parent : FullTextIndex
function get Parent () : FullTextIndex

속성 값

유형: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that is the parent of the FullTextIndexColumnCollection object.

컬렉션 사용

참고 항목

참조

FullTextIndexColumnCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스