DTSProcessingTask::TaskDescription Property
Gets the description of the Analysis Services Processing task.
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
public: [BrowsableAttribute(false)] property String^ TaskDescription { static String^ get(); }
The following code sample displays information about the DTSProcessingTask by using the TaskDisplayName and TaskDescription properties.
Show: