Condividi tramite


Proprietà IMajorObject.ParentServer

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the Server object that is the parent of the IMajorObject object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
ReadOnly Property ParentServer As Server 
    Get
'Utilizzo
Dim instance As IMajorObject 
Dim value As Server 

value = instance.ParentServer
Server ParentServer { get; }
property Server^ ParentServer {
    Server^ get ();
}
abstract ParentServer : Server
function get ParentServer () : Server

Valore proprietà

Tipo: Microsoft.AnalysisServices.Server
A Server object.

Vedere anche

Riferimento

IMajorObject Interfaccia

Spazio dei nomi Microsoft.AnalysisServices