Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the name of the status event for the analysis services task.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property StatusEventName As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
The name of the status event.
Siehe auch
Verweis
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace