Propriété Target

Gets the target of the evaluation.

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

Syntaxe

'Déclaration
Public ReadOnly Property Target As Object
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Object
A Object value that contains the target of the evaluation.