Share via


DMQueryTask.OutputTableName Property

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
Public Property OutputTableName As String
    Get
    Set
'Usage
Dim instance As DMQueryTask
Dim value As String

value = instance.OutputTableName

instance.OutputTableName = value
public string OutputTableName { get; set; }
public:
virtual property String^ OutputTableName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract OutputTableName : string with get, set
override OutputTableName : string with get, set
final function get OutputTableName () : String
final function set OutputTableName (value : String)

Property Value

Type: System.String
A String that contains the name of the output table.

Implements

IDMQueryTask.OutputTableName