Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the status event name for the Analysis Services Execute DDL task.
Espacio de nombres: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Ensamblado: Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)
Sintaxis
'Declaración
Protected Overrides ReadOnly Property StatusEventName As String
Get
'Uso
Dim value As String
value = Me.StatusEventName
protected override string StatusEventName { get; }
protected:
virtual property String^ StatusEventName {
String^ get () override;
}
abstract StatusEventName : string
override StatusEventName : string
override function get StatusEventName () : String
Valor de la propiedad
Tipo: System.String
The status event name for the Analysis Services Execute DDL task.
Vea también
Referencia
Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask