Bagikan melalui


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

See Also

Reference

SqlPossibleDataLossError Class

Microsoft.Data.Schema.Sql.Build Namespace