Właściwość MiningModel.ParentDatabase
Pobiera Database obiekt, który jest elementem nadrzędnym MiningModel 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 MiningModel
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.