Propriété MiningModel.IMajorObject.ParentServer
Gets the parent server implementation of the mining model.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Private ReadOnly Property ParentServer As Server
Implements IMajorObject.ParentServer
Get
'Utilisation
Dim instance As MiningModel
Dim value As Server
value = CType(instance, IMajorObject).ParentServer
Server IMajorObject.ParentServer { get; }
private:
virtual property Server^ ParentServer {
Server^ get () sealed = IMajorObject::ParentServer::get;
}
private abstract ParentServer : Server
private override ParentServer : Server
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de propriété
Type : Microsoft.AnalysisServices.Server
The parent server implementation.