ASExecuteDDLTask::SourceType Property

 

Gets or sets a value from the DDLSourceType enumeration indicating the source type that contains the DDL statements.

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

public:
property DDLSourceType SourceType {
	DDLSourceType get();
	void set(DDLSourceType value);
}

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 SourceType property.

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