Condividi tramite


Proprietà ModelSchema.Version

Ottiene o imposta la versione dello schema.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Versione dello schema.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelSchema Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel