Condividi tramite


Proprietà PerspectiveMeasure.ParentDatabase

Gets the parent Database of the PerspectiveMeasure object.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'Utilizzo
Dim instance As PerspectiveMeasure 
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.Database
A Database object.

Vedere anche

Riferimento

PerspectiveMeasure Classe

Spazio dei nomi Microsoft.AnalysisServices