ASExecuteDDLTask.StatusEventName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the status event name for the Analysis Services Execute DDL task.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property StatusEventName As String
Get
'Usage
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
Property Value
Type: System.String
The status event name for the Analysis Services Execute DDL task.
See Also
Reference
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace