ASTaskBase.ConnectionName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the name of the connection for the analysis services task.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Public Overridable Property ConnectionName As String
Get
Set
'Usage
Dim instance As ASTaskBase
Dim value As String
value = instance.ConnectionName
instance.ConnectionName = value
public virtual string ConnectionName { get; set; }
public:
virtual property String^ ConnectionName {
String^ get ();
void set (String^ value);
}
abstract ConnectionName : string with get, set
override ConnectionName : string with get, set
function get ConnectionName () : String
function set ConnectionName (value : String)
Property Value
Type: System.String
The name of the connection.
See Also
Reference
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace