WmiSmoObject Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| WmiSmoObject() | |
| WmiSmoObject(String) | |
| WmiSmoObject(WmiCollectionBase, String) |
WmiSmoObject()
protected internal WmiSmoObject();
Protected Friend Sub New ()
Si applica a
WmiSmoObject(String)
protected internal WmiSmoObject(string name);
new Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject : string -> Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
Protected Friend Sub New (name As String)
Parametri
- name
- String
Si applica a
WmiSmoObject(WmiCollectionBase, String)
protected internal WmiSmoObject(Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase parentColl, string name);
new Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject : Microsoft.SqlServer.Management.Smo.Wmi.WmiCollectionBase * string -> Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
Protected Friend Sub New (parentColl As WmiCollectionBase, name As String)
Parametri
- parentColl
- WmiCollectionBase
- name
- String