Propriété IDMQueryTask.InputConnection
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 an Analysis Services project or an Analysis Services database.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)
Syntaxe
'Déclaration
Property InputConnection As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The connection to an Analysis Services project or an Analysis Services database.