Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path of the specified project template.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectTemplatePath As String
Get
'Usage
Dim instance As ScriptTask
Dim value As String
value = instance.ProjectTemplatePath
public string ProjectTemplatePath { get; }
public:
property String^ ProjectTemplatePath {
String^ get ();
}
member ProjectTemplatePath : string
function get ProjectTemplatePath () : String
Property Value
Type: System.String
The path of the specified project template.