ParentDatabase propriété
Gets a parent Database of the CubeAttribute object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
Get
'Utilisation
Dim instance As CubeAttribute
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
Valeur de la propriété
Type : Microsoft.AnalysisServices. . :: . .Database
A Database object.
Voir aussi