Freigeben über


DeploymentProjectBuilder.SourceModelFilePath-Eigenschaft

Ruft den Dateipfad für das Quellmodell ab oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentProjectBuilder Klasse

Microsoft.Data.Schema.Build-Namespace