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