IDMQueryTask.QueryString 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a String that contains the text that the transformation uses to create a prediction query.
命名空间: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
程序集: Microsoft.SqlServer.DMQueryTask(在 Microsoft.SqlServer.DMQueryTask.dll 中)
语法
声明
Property QueryString As String
Get
Set
用法
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)
属性值
类型:System.String
A String that contains the text that the transformation uses to create a prediction query.