DataSchemaModelHeader.SchemaVersion, propriété
Obtient ou définit la version du schéma pour l'en-tête.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : System.String
Version du schéma.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.