MiningModel.ParentDatabase Özelliği
Alır Database üst nesne MiningModel nesne.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
Get
'Kullanım
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
Özellik Değeri
Tür: Microsoft.AnalysisServices.Database
A Database nesne.