Partager via


Propriété FacetEvaluationContext.Target

Gets the object that is associated with the evaluation context.

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

Syntaxe

'Déclaration
Public ReadOnly Property Target As Object 
    Get
'Utilisation
Dim instance As FacetEvaluationContext 
Dim value As Object 

value = instance.Target
public Object Target { get; }
public:
property Object^ Target {
    Object^ get ();
}
member Target : Object
function get Target () : Object

Valeur de propriété

Type : System.Object
A Object object that specifies the object that is associated with the evaluation context.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetEvaluationContext Classe

Espace de noms Microsoft.SqlServer.Management.Facets