TargetQueryExpression propriété
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans 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 la propriété
Type : System. . :: . .String