FacetInfo.GetTargetProperty メソッド

取得する対象になるプロパティを示します。

名前空間:  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

パラメーター

  • target
    型: System.Object
    指定された対象プロパティです。

戻り値

型: System.Object
取得する対象プロパティです。

関連項目

参照

FacetInfo クラス

Microsoft.SqlServer.Management.Dmf 名前空間