Share via


ImplInitialize 方法

Initializes the fields of the WmiSmoObjectobject.

命名空间:  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

参数

返回值

类型:System. . :: . .Boolean
A Boolean which is true if the method succeeds, otherwise false..