Partager via


Propriété InputConnection

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
Public Property InputConnection As String
    Get
    Set
'Utilisation
Dim instance As DMQueryTask
Dim value As String

value = instance.InputConnection

instance.InputConnection = value
public string InputConnection { get; set; }
public:
virtual property String^ InputConnection {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract InputConnection : string with get, set
override InputConnection : string with get, set
final function get InputConnection () : String
final function set InputConnection (value : String)

Valeur de propriété

Type : System. . :: . .String
A String that contains the connection string to an Analysis Services project or an Analysis Services database.

Implémente

IDMQueryTask. . :: . .InputConnection