ASTaskBase::ConnectionName Property

 

This API supports the product 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)

public:
property String^ ConnectionName {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The name of the connection.

Return to top
Show: