SchemaBase.RawSchema Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected:
abstract property System::Object ^ RawSchema { System::Object ^ get(); void set(System::Object ^ value); };
protected abstract object RawSchema { get; set; }
member this.RawSchema : obj with get, set
Protected MustOverride Property RawSchema As Object