Compartilhar via


Propriedade DeploymentProjectBuilder.SourceModelFilePath

Obtém ou define o caminho do arquivo para o modelo de origem.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Protected Friend Property SourceModelFilePath As String
    Get
    Set
protected internal string SourceModelFilePath { get; set; }
protected public:
property String^ SourceModelFilePath {
    String^ get ();
    void set (String^ value);
}
member SourceModelFilePath : string with get, set
function get SourceModelFilePath () : String
function set SourceModelFilePath (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DeploymentProjectBuilder Classe

Namespace Microsoft.Data.Schema.Build