Proprietà DataSchemaModelHeader.SchemaVersion
Ottiene o imposta la versione dello schema per l'intestazione.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.String
Versione dello schema.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.