IDMQueryTask.InputConnection Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the connection string to an Analysis Services project or an Analysis Services database.
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
The connection to an Analysis Services project or an Analysis Services database.