Compartir a través de


ScriptComponentHost.ProjectTemplatePath Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the path of the current template.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProjectTemplatePath As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The path of the current template.

Vea también

Referencia

ScriptComponentHost Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline