Partilhar via


Propriedade do RDL IDMQueryTask.QueryString

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (em Microsoft.SqlServer.DMQueryTask.dll)

Sintaxe

'Declaração
Property QueryString As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IDMQueryTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.DMQueryTask