Поделиться через


Метод WmiSmoObject.ImplInitialize

Initializes the fields of the WmiSmoObject object.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Protected Overridable Function ImplInitialize ( _
    fields As String(), _
    orderby As OrderBy() _
) As Boolean
'Применение
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

Параметры

  • fields
    Тип: array<System.String[]
    An array of string values that specify the fields to initialize.

Возвращаемое значение

Тип: System.Boolean
A Boolean value, true if the method succeeds, otherwise false.

Примеры

Управление службами и сетевыми настройками с помощью поставщика WMI

См. также

Справочник

WmiSmoObject Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi

Другие ресурсы

WMI and SQL Server

Соединение с компонентом SQL Server Database Engine