Propriedade do RDL Database.Parent
Gets the parent Server of a Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.Server
A Server object.