Compartir a través de


WmiSmoObject Constructor (String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Protected Friend Sub New ( _
    name As String _
)
'Uso
Dim name As String

Dim instance As New WmiSmoObject(name)
protected internal WmiSmoObject(
    string name
)
protected public:
WmiSmoObject(
    String^ name
)
new : 
        name:string -> WmiSmoObject
 function WmiSmoObject(
    name : String
)

Parámetros

Comentarios

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