Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current translator.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property Translator As ModelTranslator
public ModelTranslator Translator { get; set; }
public:
property ModelTranslator^ Translator {
ModelTranslator^ get ();
void set (ModelTranslator^ value);
}
member Translator : ModelTranslator with get, set
function get Translator () : ModelTranslator
function set Translator (value : ModelTranslator)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslator
The current translator.
.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.
See Also
Reference
SchemaCompareModelProviderBase Class