IModelProvider.Translator Property
Gets or sets the model translator.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property Translator As ModelTranslator
Get
Set
'Usage
Dim instance As IModelProvider
Dim value As ModelTranslator
value = instance.Translator
instance.Translator = value
ModelTranslator Translator { get; set; }
property ModelTranslator^ Translator {
ModelTranslator^ get ();
void set (ModelTranslator^ value);
}
function get Translator () : ModelTranslator
function set Translator (value : ModelTranslator)
abstract Translator : ModelTranslator with get, set
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelTranslator
Returns a ModelTranslator.
.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.