Sdílet prostřednictvím


ModelSchema.Version – vlastnost

Získá nebo nastaví verze schématu.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Verze schématu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelSchema Třída

Microsoft.Data.Schema.SchemaModel – obor názvů