Propriedade do RDL MeasureGroup.IMajorObject.ParentServer
Gets the parent server implementation of the measure group.
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 MeasureGroup
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 implementation.