Udostępnij za pośrednictwem


Właściwość CubePermission.ParentDatabase

Pobiera element nadrzędny Database z CubePermission obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
    Get
'Użycie
Dim instance As CubePermission
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

Wartość właściwości

Typ: Microsoft.AnalysisServices.Database
Database Obiektu.

Implementacje

IMajorObject.ParentDatabase