Partager via


Propriété IMajorObject.ParentServer

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
ReadOnly Property ParentServer As Server 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.Server
A Server object.

Voir aussi

Référence

IMajorObject Interface

Espace de noms Microsoft.AnalysisServices