SqlServerError コンストラクター (String, String, ErrorSeverity)
SqlServerError クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Schema.Sql
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
document As String, _
severity As ErrorSeverity _
)
public SqlServerError(
string message,
string document,
ErrorSeverity severity
)
public:
SqlServerError(
String^ message,
String^ document,
ErrorSeverity severity
)
new :
message:string *
document:string *
severity:ErrorSeverity -> SqlServerError
public function SqlServerError(
message : String,
document : String,
severity : ErrorSeverity
)
パラメーター
- message
型: System.String
- document
型: System.String
- severity
型: Microsoft.Data.Schema.ErrorSeverity
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。