Freigeben über


ASTaskBase.ProgressEventName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Eigenschaftswert

Typ: System.String
The name of the progress event.

Siehe auch

Verweis

ASTaskBase Klasse

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace