Compartir a través de


DeploymentProjectBuilder.SourceModelFilePath (Propiedad)

Obtiene o establece la ruta de acceso al archivo para el modelo de origen.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DeploymentProjectBuilder Clase

Microsoft.Data.Schema.Build (Espacio de nombres)