Compartilhar via


Propriedade do RDL ASTaskBase.StatusEventName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Protected Overridable ReadOnly Property StatusEventName As String 
    Get
'Uso
Dim value As String 

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

Valor da propriedade

Tipo: System.String
The name of the status event.

Consulte também

Referência

ASTaskBase Classe

Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask