Compartir a través de


ASTaskBase.SubComponentName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Ensamblado:  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ASTaskBase Clase

Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask