Propriedade do RDL MiningStructure.IMajorObject.ParentServer

Gets the parent server implementation of the mining structure.

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 MiningStructure 
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 of the mining structure.

Implementa

IMajorObject.ParentServer

Consulte também

Referência

MiningStructure Classe

Namespace Microsoft.AnalysisServices