Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.