Partilhar via


Propriedade do RDL ASExecuteDDLTask.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 status event name for the Analysis Services Execute DDL task.

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

Sintaxe

'Declaração
Protected Overrides ReadOnly Property StatusEventName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The status event name for the Analysis Services Execute DDL task.

Consulte também

Referência

ASExecuteDDLTask Classe

Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask