SimpleNodeAdapter.GetProperty 메서드

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Overridable Function GetProperty ( _
    reference As Object, _
    propertyName As String _
) As Object
‘사용 방법
Dim instance As SimpleNodeAdapter 
Dim reference As Object 
Dim propertyName As String 
Dim returnValue As Object 

returnValue = instance.GetProperty(reference, _
    propertyName)
public virtual Object GetProperty(
    Object reference,
    string propertyName
)
public:
virtual Object^ GetProperty(
    Object^ reference, 
    String^ propertyName
)
abstract GetProperty : 
        reference:Object * 
        propertyName:string -> Object  
override GetProperty : 
        reference:Object * 
        propertyName:string -> Object
public function GetProperty(
    reference : Object, 
    propertyName : String
) : Object

매개 변수

반환 값

유형: System.Object
The named property of the specified object.

참고 항목

참조

SimpleNodeAdapter 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스