ASExecuteDDLTask::TaskDisplayName Property
Gets the unique name for the Analysis Services Execute DDL task.
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
public: [BrowsableAttribute(false)] property String^ TaskDisplayName { static String^ get(); }
This is the localizable display name of the task.
The following code sample displays information about the ASExecuteDDLTask by using the TaskDisplayName and TaskDescription properties.
Show: