Udostępnij za pośrednictwem


Właściwość AttributeTranslation.ParentDatabase

Pobiera element nadrzędny Database związane z AttributeTranslation 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 AttributeTranslation
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

Wartość właściwości

Typ: Microsoft.AnalysisServices.Database
A Database obiektu.