Compartilhar via


Propriedade do RDL ScriptComponentHost.ProjectTemplatePath

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the path of the current template.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ScriptComponentHost Classe

Namespace Microsoft.SqlServer.Dts.Pipeline