DataSchemaModelHeader.SchemaVersion 属性

获取或设置标头的架构版本。

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

语法

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

属性值

类型:System.String
架构版本。

.NET Framework 安全性

请参见

参考

DataSchemaModelHeader 类

Microsoft.Data.Schema.SchemaModel 命名空间