FacetInfo.GetTargetProperty Método
Indicates the target property to get.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Function GetTargetProperty ( _
propName As String, _
target As Object _
) As Object
'Uso
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
Parámetros
- propName
Tipo: System.String
A String string that represents the property name.
- target
Tipo: System.Object
The specified target property.
Valor devuelto
Tipo: System.Object
The target property to get.