Proprietà ASExecuteDDLTask.StatusEventName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the status event name for the Analysis Services Execute DDL task.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Protected Overrides ReadOnly Property StatusEventName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ASExecuteDDLTask Classe

Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask