SqlPossibleDataLossError Constructor
Initializes a new instance of the SqlPossibleDataLossError class.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
errorCode As Integer, _
severity As ErrorSeverity, _
table As ISqlTable _
)
public SqlPossibleDataLossError(
string message,
int errorCode,
ErrorSeverity severity,
ISqlTable table
)
public:
SqlPossibleDataLossError(
String^ message,
int errorCode,
ErrorSeverity severity,
ISqlTable^ table
)
new :
message:string *
errorCode:int *
severity:ErrorSeverity *
table:ISqlTable -> SqlPossibleDataLossError
public function SqlPossibleDataLossError(
message : String,
errorCode : int,
severity : ErrorSeverity,
table : ISqlTable
)
Parameters
- message
Type: System.String
- errorCode
Type: System.Int32
- severity
Type: Microsoft.Data.Schema.ErrorSeverity
- table
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.