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 命名空间