다음을 통해 공유


FacetInfo.GetTargetProperty 메서드

Indicates the target property to get.

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

구문

‘선언
Public Function GetTargetProperty ( _
    propName As String, _
    target As Object _
) As Object
‘사용 방법
Dim instance As FacetInfo 
Dim propName As String 
Dim target As Object 
Dim returnValue As Object 

returnValue = instance.GetTargetProperty(propName, _
    target)
public Object GetTargetProperty(
    string propName,
    Object target
)
public:
Object^ GetTargetProperty(
    String^ propName, 
    Object^ target
)
member GetTargetProperty : 
        propName:string * 
        target:Object -> Object
public function GetTargetProperty(
    propName : String, 
    target : Object
) : Object

매개 변수

반환 값

유형: System.Object
The target property to get.

참고 항목

참조

FacetInfo 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스