Partager via


Propriété DMQueryTask.QueryString

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
Public Property QueryString As String 
    Get 
    Set
'Utilisation
Dim instance As DMQueryTask 
Dim value As String 

value = instance.QueryString

instance.QueryString = value
public string QueryString { get; set; }
public:
virtual property String^ QueryString {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract QueryString : string with get, set 
override QueryString : string with get, set
final function get QueryString () : String 
final 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.

Implémente

IDMQueryTask.QueryString

Voir aussi

Référence

DMQueryTask Classe

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