Compartilhar via


Propriedade do RDL EvaluationDetail.TargetQueryExpression

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property TargetQueryExpression As String 
    Get 
    Friend Set
'Uso
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)

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

EvaluationDetail Classe

Namespace Microsoft.SqlServer.Management.Dmf