ASTaskBase::ProgressEventName Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the progress event for the analysis services task.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

protected:
property String^ ProgressEventName {
	virtual String^ get();
}

Property Value

Type: System::String^

The name of the progress event.

Return to top
Show: