Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the name of the table where the results of the prediction query are written.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado: Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)
Sintaxis
'Declaración
Property OutputTableName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The name of the output table.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.DMQueryTask