DDLSourceType Enumeration

 

This enumeration provides values that indicate where the DDL source is located.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

public enum class DDLSourceType

Member nameDescription
DirectInput

Indicates that the DDL source is contained in the Source property.

FileConnection

Indicates that the DDL source is contained in a FILE connection.

Variable

Indicates that the DDL source is contained in a Variable.

The following code sample creates, configures, and executes a new ASExecuteDDLTask that loads the DDL statement to execute from a file connection. The sample uses the DDLSourceType enumeration.

No code example is currently available or this language may not be supported.
Return to top
Show: