Share via


ASTaskBase.SubComponentName Property

This API supports the SQL Server 2012 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

'Declaration
Protected Overridable ReadOnly Property SubComponentName As String 
    Get
'Usage
Dim value As String 

value = Me.SubComponentName
protected virtual string SubComponentName { get; }
protected:
virtual property String^ SubComponentName {
    String^ get ();
}
abstract SubComponentName : string 
override SubComponentName : string
function get SubComponentName () : String

Property Value

Type: System.String
The name of the sub component.

See Also

Reference

ASTaskBase Class

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace