Partager via


Propriété StatusEventName

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

Ce membre se substitue à ASTaskBase. . :: . .StatusEventName.

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

Syntaxe

'Déclaration
Protected Overrides ReadOnly Property StatusEventName As String
    Get
'Utilisation
Dim value As String

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

Valeur de propriété

Type : System. . :: . .String