Condividi tramite


Proprietà ASExecuteDDLTask.SubComponentName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the sub component name for the Analysis Services Execute DDL task.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Protected Overrides ReadOnly Property SubComponentName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ASExecuteDDLTask Classe

Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask