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 데이터베이스 엔진에 연결