Parent 속성
Gets the Database object that is the parent of the FullTextCatalogCollection object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Parent As Database
Get
‘사용 방법
Dim instance As FullTextCatalogCollection
Dim value As Database
value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
Database^ get ();
}
member Parent : Database
function get Parent () : Database
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database object that is the parent of the FullTextCatalogCollection object.