ASTaskBase::SubComponentName Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the sub component for the analysis services task.

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

protected:
property String^ SubComponentName {
	virtual String^ get();
}

Property Value

Type: System::String^

The name of the sub component.

Return to top
Show: