Freigeben über


FacetEvaluationContext.Target-Eigenschaft

Gets the object that is associated with the evaluation context.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

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

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

FacetEvaluationContext Klasse

Microsoft.SqlServer.Management.Facets-Namespace