Propriedade OutputTableName
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 (em Microsoft.SqlServer.DMQueryTask.dll)
Sintaxe
'Declaração
Public Property OutputTableName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A String that contains the name of the output table.
Implementa
Consulte também