ASTaskBase::StatusEventName Property

 

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

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

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

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

Property Value

Type: System::String^

The name of the status event.

Return to top
Show: