DatabasePermission.ParentServer 속성

Gets the parent Server of current object.

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

구문

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

value = instance.ParentServer
[BrowsableAttribute(false)]
public Server ParentServer { get; }
[BrowsableAttribute(false)]
public:
virtual property Server^ ParentServer {
    Server^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract ParentServer : Server
[<BrowsableAttribute(false)>]
override ParentServer : Server
final function get ParentServer () : Server

속성 값

유형: Microsoft.AnalysisServices.Server
The parent server of the current object.

구현

IMajorObject.ParentServer

참고 항목

참조

DatabasePermission 클래스

Microsoft.AnalysisServices 네임스페이스