ScriptTask::ProjectTemplatePath Property

 

Gets the path of the specified project template.

Namespace:   Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

public:
property String^ ProjectTemplatePath {
	String^ get();
}

Property Value

Type: System::String^

The path of the specified project template.

Return to top
Show: