共用方式為


ASTaskBase.SubComponentName 屬性

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

Gets the name of the sub component for the analysis services task.

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

語法

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

屬性值

型別:System.String
The name of the sub component.

請參閱

參考

ASTaskBase 類別

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask 命名空間