ASTaskBase.ConnectionName Property

Definition

Gets or sets the name of the connection for the analysis services task.

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

Property Value

The name of the connection.

Attributes

Applies to