Partager via


Propriété IDMQueryTask.QueryString

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a String that contains the text that the transformation uses to create a prediction query.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly :  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Syntaxe

'Déclaration
Property QueryString As String 
    Get 
    Set
'Utilisation
Dim instance As IDMQueryTask 
Dim value As String 

value = instance.QueryString

instance.QueryString = value
string QueryString { get; set; }
property String^ QueryString {
    String^ get ();
    void set (String^ value);
}
abstract QueryString : string with get, set
function get QueryString () : String 
function set QueryString (value : String)

Valeur de propriété

Type : System.String
A String that contains the text that the transformation uses to create a prediction query.

Voir aussi

Référence

IDMQueryTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.DMQueryTask