ModelTranslatorDefinition.FromSchema, propriété
Obtient le schéma de modèle de début ou source.
Espace de noms : Microsoft.Data.Schema.SchemaModel.Translation
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FromSchema As ModelSchema
Get
public ModelSchema FromSchema { get; }
public:
property ModelSchema^ FromSchema {
ModelSchema^ get ();
}
member FromSchema : ModelSchema
function get FromSchema () : ModelSchema
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.ModelSchema
Objet ModelSchema.
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.
Voir aussi
Référence
ModelTranslatorDefinition Classe
Microsoft.Data.Schema.SchemaModel.Translation, espace de noms