Proprietà ScriptComponentHost.ProjectTemplatePath

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the path of the current template.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ProjectTemplatePath As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ScriptComponentHost Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline