Compartilhar via


Método WmiSmoObject.ImplInitialize

Initializes the fields of the WmiSmoObject object.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Protected Overridable Function ImplInitialize ( _
    fields As String(), _
    orderby As OrderBy() _
) As Boolean
'Uso
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

Parâmetros

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

Valor de retorno

Tipo: System.Boolean
A Boolean value, true if the method succeeds, otherwise false.

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Consulte também

Referência

WmiSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo.Wmi

Outros recursos

WMI and SQL Server

Conectando ao Mecanismo de Banco de Dados do SQL Server