Compartir a través de


Partition.ParentDatabase Propiedad

Gets the parent database of the current partition.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Uso
Dim instance As Partition 
Dim value As Database 

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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.Database
A Database object of the current partition.

Vea también

Referencia

Partition Clase

Espacio de nombres Microsoft.AnalysisServices