Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.