SqlPossibleDataLossError.Table Property
Gets the table that contains the data loss changes.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Table As ISqlTable
public ISqlTable Table { get; }
public:
property ISqlTable^ Table {
ISqlTable^ get ();
}
member Table : ISqlTable
function get Table () : ISqlTable
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTable
.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.