DMQueryTask.InputConnection 属性

Gets or sets the connection string to an Analysis Services project or an Analysis Services database.

命名空间:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
程序集:  Microsoft.SqlServer.DMQueryTask(在 Microsoft.SqlServer.DMQueryTask.dll 中)

语法

声明
Public Property InputConnection As String 
    Get 
    Set
用法
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)

属性值

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

实现

IDMQueryTask.InputConnection

请参阅

参考

DMQueryTask 类

Microsoft.SqlServer.Dts.Tasks.DMQueryTask 命名空间