Méthode FacetInfo.GetTargetProperty

Indicates the target property to get.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Function GetTargetProperty ( _
    propName As String, _
    target As Object _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

Type : System.Object
The target property to get.

Voir aussi

Référence

FacetInfo Classe

Espace de noms Microsoft.SqlServer.Management.Dmf