Поделиться через


Свойство OutputTableName

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)

Синтаксис

'Декларация
Public Property OutputTableName As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .String
A String that contains the name of the output table.

Реализует

IDMQueryTask. . :: . .OutputTableName