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
- 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.