TargetQueryExpression Propiedad
Gets or sets a String value that specifies the query that identifies the targets that the evaluation detail record applies to.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System. . :: . .String
A String value that specifies the query that identifies the targets that the evaluation detail record applies to.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.