Proprietà IDMQueryTask.OutputConnection
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Sintassi
'Dichiarazione
Property OutputConnection As String
Get
Set
'Utilizzo
Dim instance As IDMQueryTask
Dim value As String
value = instance.OutputConnection
instance.OutputConnection = value
string OutputConnection { get; set; }
property String^ OutputConnection {
String^ get ();
void set (String^ value);
}
abstract OutputConnection : string with get, set
function get OutputConnection () : String
function set OutputConnection (value : String)
Valore proprietà
Tipo: System.String
The connection to the OLE DB data source.