Compartir a través de


ASExecuteDDLTask.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 sub component name for the Analysis Services Execute DDL task.

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

Sintaxis

'Declaración
Protected Overrides ReadOnly Property SubComponentName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ASExecuteDDLTask Clase

Espacio de nombres Microsoft.DataTransformationServices.Tasks.DTSProcessingTask