Freigeben über


IDMQueryTask.QueryString-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.SqlServer.DMQueryTask.dll)

Syntax

'Declaration
Property QueryString As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IDMQueryTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.DMQueryTask-Namespace