DTSProcessingTask::TaskDescription Property

 

Gets the description of the Analysis Services Processing task.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

public:
[BrowsableAttribute(false)]
property String^ TaskDescription {
	static String^ get();
}

Property Value

Type: System::String^

The description of the Analysis Services Processing task.

The following code sample displays information about the DTSProcessingTask by using the TaskDisplayName and TaskDescription properties.

No code example is currently available or this language may not be supported.
Return to top
Show: