Partager via


Propriété ASTaskBase.ProgressEventName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly :  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property ProgressEventName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ASTaskBase Classe

Espace de noms Microsoft.DataTransformationServices.Tasks.DTSProcessingTask