Partager via


Propriété Parent

Gets the parent Server of a Database.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server
    Get
'Utilisation
Dim instance As Database
Dim value As Server

value = instance.Parent
[BrowsableAttribute(false)]
public Server Parent { get; }
[BrowsableAttribute(false)]
public:
property Server^ Parent {
    Server^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Server
function get Parent () : Server

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .Server
A Server object.