ScriptComponentHost.ProjectTemplatePath 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the path of the current template.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)
语法
声明
Public ReadOnly Property ProjectTemplatePath As String
Get
用法
Dim instance As ScriptComponentHost
Dim value As String
value = instance.ProjectTemplatePath
public string ProjectTemplatePath { get; }
public:
property String^ ProjectTemplatePath {
String^ get ();
}
member ProjectTemplatePath : string
function get ProjectTemplatePath () : String
属性值
类型:System.String
The path of the current template.