Partager via


Propriété ScriptComponentHost.ProjectTemplatePath

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the path of the current template.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProjectTemplatePath As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ScriptComponentHost Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline