Freigeben über


ASTaskBase.SubComponentName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

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

Siehe auch

Verweis

ASTaskBase Klasse

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace