Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the target of the evaluation.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property Target As Object
Get
'Usage
Dim instance As TargetEvaluation
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 value that contains the target of the evaluation.