Partager via


Propriété EvaluationDetail.TargetQueryExpression

Gets or sets a String value that specifies the query that identifies the targets that the evaluation detail record applies to.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property TargetQueryExpression As String 
    Get 
    Friend Set
'Utilisation
Dim instance As EvaluationDetail 
Dim value As String 

value = instance.TargetQueryExpression
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string TargetQueryExpression { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ TargetQueryExpression {
    String^ get ();
    internal: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member TargetQueryExpression : string with get, internal set
function get TargetQueryExpression () : String 
internal function set TargetQueryExpression (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the query that identifies the targets that the evaluation detail record applies to.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

EvaluationDetail Classe

Espace de noms Microsoft.SqlServer.Management.Dmf