Compartir a través de


ASTaskBase.StatusEventName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Ensamblado:  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ASTaskBase Clase

Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask