Proprietà FacetEvaluationContext.Target

Gets the object that is associated with the evaluation context.

Spazio dei nomi  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Target As Object 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

FacetEvaluationContext Classe

Spazio dei nomi Microsoft.SqlServer.Management.Facets