共用方式為


ASExecuteDDLTask.SubComponentName 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
組件:  Microsoft.SqlServer.ASTasks (在 Microsoft.SqlServer.ASTasks.dll 中)

語法

'宣告
Protected Overrides ReadOnly Property SubComponentName As String 
    Get
'用途
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

屬性值

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

請參閱

參考

ASExecuteDDLTask 類別

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask 命名空間