DataSchemaModelConstructor.ModelFileName 属性

获取或设置模型文件名。

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

语法

声明
Public Property ModelFileName As String
    Get
    Set
public string ModelFileName { get; set; }
public:
property String^ ModelFileName {
    String^ get ();
    void set (String^ value);
}
member ModelFileName : string with get, set
function get ModelFileName () : String
function set ModelFileName (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DataSchemaModelConstructor 类

Microsoft.Data.Schema.SchemaModel 命名空间