ASTaskBase.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 name of the status event for the analysis services task.

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

Syntax

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

Property Value

Type: System.String

The name of the status event.

See Also

ASTaskBase Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace

Return to top