MiningModel.ParentServer Property
Gets the Server object that is the parent of the MiningModel object.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
'Déclaration
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentServer As Server
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public Server ParentServer { get; }
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public:
property Server^ ParentServer {
Server^ get ();
}
/** @property */
public Server get_ParentServer ()
public function get ParentServer () : Server
A Server object.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
MiningModel Class
MiningModel Members
Microsoft.AnalysisServices Namespace