Share via


ModelTranslator.DataLossPossible Property

Gets a value that indicates whether the translation may cause data loss.

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DataLossPossible As Boolean
public abstract bool DataLossPossible { get; }
public:
virtual property bool DataLossPossible {
    bool get () abstract;
}
abstract DataLossPossible : bool
abstract function get DataLossPossible () : boolean

Property Value

Type: System.Boolean
true if the translation may cause data loss; otherwise, false.

.NET Framework Security

See Also

Reference

ModelTranslator Class

Microsoft.Data.Schema.SchemaModel.Translation Namespace