DeploymentProjectBuilder.SourceModelFilePath 属性

获取或设置源模型的文件路径。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DeploymentProjectBuilder 类

Microsoft.Data.Schema.Build 命名空间