Partager via


Propriété SubComponentName

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ce membre se substitue à ASTaskBase. . :: . .SubComponentName.

Espace de noms :  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly :  Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)

Syntaxe

'Déclaration
Protected Overrides ReadOnly Property SubComponentName As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String