Compartir a través de


ParentDatabase Propiedad

Gets the parent Database of current object.

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 DataSourcePermission
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices. . :: . .Database
The parent Database of current object.

Implementa

IMajorObject. . :: . .ParentDatabase