Condividi tramite


Proprietà MdxScript.ParentDatabase

Gets the Database object that is the parent of the MdxScript 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 MdxScript 
Dim value As Database 

value = instance.ParentDatabase
[BrowsableAttribute(false)]
public Database ParentDatabase { get; }
[BrowsableAttribute(false)]
public:
virtual property Database^ ParentDatabase {
    Database^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract ParentDatabase : Database
[<BrowsableAttribute(false)>]
override ParentDatabase : Database
final function get ParentDatabase () : Database

Valore proprietà

Tipo: Microsoft.AnalysisServices.Database
A Database object that is the parent of the MdxScript object.

Implementa

IMajorObject.ParentDatabase

Vedere anche

Riferimento

MdxScript Classe

Spazio dei nomi Microsoft.AnalysisServices