Propriedade do RDL ASTaskBase.ProgressEventName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the name of the progress event for the analysis services task.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (em Microsoft.SqlServer.ASTasks.dll)
Sintaxe
'Declaração
Protected Overridable ReadOnly Property ProgressEventName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The name of the progress event.
Consulte também
Referência
Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask