Compartilhar via


Propriedade do RDL ASTaskBase.SubComponentName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Protected Overridable ReadOnly Property SubComponentName As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ASTaskBase Classe

Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask