Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Public Property InputConnection As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains the connection to an Analysis Services project or an Analysis Services database.