Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the sub component name for the Analysis Services Execute DDL task.
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
The sub component name for the Analysis Services Execute DDL task.
See Also
Reference
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace