Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes the fields of the WmiSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Protected Overridable Function ImplInitialize ( _
fields As String(), _
orderby As OrderBy() _
) As Boolean
'Usage
Dim fields As String()
Dim orderby As OrderBy()
Dim returnValue As Boolean
returnValue = Me.ImplInitialize(fields, _
orderby)
protected virtual bool ImplInitialize(
string[] fields,
OrderBy[] orderby
)
protected:
virtual bool ImplInitialize(
array<String^>^ fields,
array<OrderBy^>^ orderby
)
abstract ImplInitialize :
fields:string[] *
orderby:OrderBy[] -> bool
override ImplInitialize :
fields:string[] *
orderby:OrderBy[] -> bool
protected function ImplInitialize(
fields : String[],
orderby : OrderBy[]
) : boolean
Parameter
- fields
Typ: array<System.String[]
An array of string values that specify the fields to initialize.
- orderby
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
An array of OrderBy objects that specify the ordering of fields.
Rückgabewert
Typ: System.Boolean
A Boolean value, true if the method succeeds, otherwise false.
Beispiele
Verwalten von Diensten und Netzwerkeinstellungen durch die Nutzung von WMI-Anbieter
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo.Wmi-Namespace