Bagikan melalui


IDMQueryTask.OutputTableName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the table where the results of the prediction query are written.

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

Syntax

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

Property Value

Type: System.String
The name of the output table.

See Also

Reference

IDMQueryTask Interface

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace