共用方式為


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 命名空間