다음을 통해 공유


Parent 속성

Gets the parent Server of a Database.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server
    Get
‘사용 방법
Dim instance As Database
Dim value As Server

value = instance.Parent
[BrowsableAttribute(false)]
public Server Parent { get; }
[BrowsableAttribute(false)]
public:
property Server^ Parent {
    Server^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Server
function get Parent () : Server

속성 값

형식: Microsoft.AnalysisServices. . :: . .Server
A Server object.