Compartilhar via


Propriedade ModelSchema.Version

Obtém ou define a versão do esquema.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
A versão do esquema.

Segurança do .NET Framework

Consulte também

Referência

ModelSchema Classe

Namespace Microsoft.Data.Schema.SchemaModel