Freigeben über


ASExecuteDDLTask.SubComponentName-Eigenschaft

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

Gets the sub component name for the Analysis Services Execute DDL task.

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

Syntax

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

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

Eigenschaftswert

Typ: System.String
The sub component name for the Analysis Services Execute DDL task.

Siehe auch

Verweis

ASExecuteDDLTask Klasse

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace