ASTaskBase.ConnectionName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 Analysis Services 任务的连接名称。
public:
virtual property System::String ^ ConnectionName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Editor(typeof(Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DropDownEditor), typeof(System.Drawing.Design.UITypeEditor))]
public virtual string ConnectionName { get; set; }
[<System.ComponentModel.Editor(typeof(Microsoft.DataTransformationServices.Tasks.DTSProcessingTask.DropDownEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.ConnectionName : string with get, set
Public Overridable Property ConnectionName As String
属性值
连接的名称。
- 属性