Propriedade do RDL Database.IMajorObject.ParentServer
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the parent server referred by the Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Private ReadOnly Property ParentServer As Server
Implements IMajorObject.ParentServer
Get
'Uso
Dim instance As Database
Dim value As Server
value = CType(instance, IMajorObject).ParentServer
Server IMajorObject.ParentServer { get; }
private:
virtual property Server^ ParentServer {
Server^ get () sealed = IMajorObject::ParentServer::get;
}
private abstract ParentServer : Server
private override ParentServer : Server
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.Server
The parent server referred by the Database.