Propriedade do RDL IDMQueryTask.OutputConnection
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (em Microsoft.SqlServer.DMQueryTask.dll)
Sintaxe
'Declaração
Property OutputConnection As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The connection to the OLE DB data source.