ASExecuteDDLTask::StatusEventName Property

 

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

Gets the status event name for the Analysis Services Execute DDL task.

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

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

Property Value

Type: System::String^

The status event name for the Analysis Services Execute DDL task.

Return to top
Show: