IDMQueryTask.InputConnection 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 InputConnection As String
Get
Set
'Usage
Dim instance As IDMQueryTask
Dim value As String
value = instance.InputConnection
instance.InputConnection = value
string InputConnection { get; set; }
property String^ InputConnection {
String^ get ();
void set (String^ value);
}
abstract InputConnection : string with get, set
function get InputConnection () : String
function set InputConnection (value : String)
Property Value
Type: System.String