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

参数

返回值

类型:System. . :: . .Object