IDMQueryTask.OutputTableName 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the name of the table where the results of the prediction query are written.
命名空間: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
組件: Microsoft.SqlServer.DMQueryTask (在 Microsoft.SqlServer.DMQueryTask.dll 中)
語法
'宣告
Property OutputTableName As String
Get
Set
'用途
Dim instance As IDMQueryTask
Dim value As String
value = instance.OutputTableName
instance.OutputTableName = value
string OutputTableName { get; set; }
property String^ OutputTableName {
String^ get ();
void set (String^ value);
}
abstract OutputTableName : string with get, set
function get OutputTableName () : String
function set OutputTableName (value : String)
屬性值
型別:System.String
The name of the output table.