ASTaskBase.ProgressEventName 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 progress 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 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 de la propiedad
Tipo: System.String
The name of the progress event.
Vea también
Referencia
Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask