Proprietà IDMQueryTask.QueryString
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a String that contains the text that the transformation uses to create a prediction query.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Sintassi
'Dichiarazione
Property QueryString As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A String that contains the text that the transformation uses to create a prediction query.