Sprache

WmiSmoObject Konstruktoren

Definition

Überlädt

WmiSmoObject()

protected internal WmiSmoObject();
Protected Friend Sub New ()

Gilt für:

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)

Parameter

name
String

Gilt für:

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)

Parameter

parentColl
WmiCollectionBase
name
String

Gilt für: