ASTaskBase.SubComponentName Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property SubComponentName As String
Get
'Usage
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
Property Value
Type: System.String