Proprietà ASTaskBase.SubComponentName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the name of the sub component for the analysis services task.
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Sintassi
'Dichiarazione
Protected Overridable ReadOnly Property SubComponentName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The name of the sub component.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask