ASExecuteDDLTask.StatusEventName Property

 

Applies To: SQL Server 2016 Preview

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)

Syntax

protected override string StatusEventName { get; }
protected:
property String^ StatusEventName {
    virtual String^ get() override;
}
override StatusEventName : string with get
Protected Overrides ReadOnly Property StatusEventName As String

Property Value

Type: System.String

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

See Also

ASExecuteDDLTask Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace

Return to top