ModelTranslator.Definition Property
Gets the associated translator definition.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected ReadOnly Property Definition As ModelTranslatorDefinition
protected ModelTranslatorDefinition Definition { get; }
protected:
property ModelTranslatorDefinition^ Definition {
ModelTranslatorDefinition^ get ();
}
member Definition : ModelTranslatorDefinition
function get Definition () : ModelTranslatorDefinition
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorDefinition
The translator definition.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.