Freigeben über


WmiSmoObject Constructor (WmiCollectionBase, String)

Initializes a new instance of the WmiSmoObject class with the specified name and collection base class.

Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Protected Friend Sub New ( _
    parentColl As WmiCollectionBase, _
    name As String _
)
protected internal WmiSmoObject (
    WmiCollectionBase parentColl,
    string name
)
protected public:
WmiSmoObject (
    WmiCollectionBase^ parentColl, 
    String^ name
)
protected WmiSmoObject (
    WmiCollectionBase parentColl, 
    String name
)
protected internal function WmiSmoObject (
    parentColl : WmiCollectionBase, 
    name : String
)

Parameter

  • name
    A String value that specifies the name of the WmiSmoObject object.

Hinweise

This constructor is called by derived class constructors to initialize the state in this type.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiel

How to: Stop and Restart the Microsoft SQL Server Service to the Instance of SQL Server in Visual Basic .NET

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

WmiSmoObject Class
WmiSmoObject Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace

Andere Ressourcen

Managing Services and Network Settings by Using WMI Provider
WMI and SQL Server
Herstellen einer Verbindung zum SQL Server-Datenbankmodul