Propriété IDMQueryTask.OutputConnection
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)
Syntaxe
'Déclaration
Property OutputConnection As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The connection to the OLE DB data source.