Condividi tramite


Proprietà Parent

Gets the parent Database of current object.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Database
    Get
'Utilizzo
Dim instance As DatabasePermission
Dim value As Database

value = instance.Parent
[BrowsableAttribute(false)]
public Database Parent { get; }
[BrowsableAttribute(false)]
public:
property Database^ Parent {
    Database^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Database
function get Parent () : Database

Valore proprietà

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