Proprietà ASTaskBase.ProgressEventName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the name of the progress 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 ProgressEventName As String
Get
'Utilizzo
Dim value As String
value = Me.ProgressEventName
protected virtual string ProgressEventName { get; }
protected:
virtual property String^ ProgressEventName {
String^ get ();
}
abstract ProgressEventName : string
override ProgressEventName : string
function get ProgressEventName () : String
Valore proprietà
Tipo: System.String
The name of the progress event.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask