ASTaskBase.ProgressEventName Property

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

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ProgressEventName As String
    Get
'Usage
Dim value As String

value = Me.ProgressEventName
protected virtual string ProgressEventName { get; }
protected:
virtual property String^ ProgressEventName {
    String^ get ();
}
abstract ProgressEventName : string
override ProgressEventName : string
function get ProgressEventName () : String

Property Value

Type: System.String