ASTaskBase.SubComponentName Property

 

Applies To: SQL Server 2016 Preview

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)

Syntax

protected virtual string SubComponentName { get; }
protected:
property String^ SubComponentName {
    virtual String^ get();
}
abstract SubComponentName : string with get
override SubComponentName : string with get
Protected Overridable ReadOnly Property SubComponentName As String

Property Value

Type: System.String

The name of the sub component.

See Also

ASTaskBase Class
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace

Return to top