Share via


FacetEvaluationContext.Target Property

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

Property Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.