Proprietà ASTaskBase.StatusEventName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the name of the status event for the analysis services task.
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Sintassi
'Dichiarazione
Protected Overridable ReadOnly Property StatusEventName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The name of the status event.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask