IDMQueryTask.OutputConnection Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Property OutputConnection As String
Get
Set
'Usage
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)
Property Value
Type: System.String