다음을 통해 공유


WmiSmoObject.GetPropertyManagementObject 메서드

Gets the management object for the specified protocol property.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement(Microsoft.SqlServer.SqlWmiManagement.dll)

구문

‘선언
Protected Overridable Function GetPropertyManagementObject ( _
    pp As ProtocolProperty _
) As ManagementObject
‘사용 방법
Dim pp As ProtocolProperty 
Dim returnValue As ManagementObject 

returnValue = Me.GetPropertyManagementObject(pp)
protected virtual ManagementObject GetPropertyManagementObject(
    ProtocolProperty pp
)
protected:
virtual ManagementObject^ GetPropertyManagementObject(
    ProtocolProperty^ pp
)
abstract GetPropertyManagementObject : 
        pp:ProtocolProperty -> ManagementObject  
override GetPropertyManagementObject : 
        pp:ProtocolProperty -> ManagementObject
protected function GetPropertyManagementObject(
    pp : ProtocolProperty
) : ManagementObject

매개 변수

반환 값

유형: System.Management.ManagementObject
A ManagementObject system object that specifies the object that manages the ProtocolProperty object.

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

참고 항목

참조

WmiSmoObject 클래스

Microsoft.SqlServer.Management.Smo.Wmi 네임스페이스

관련 자료

WMI and SQL Server

SQL Server 데이터베이스 엔진에 연결