SqlClientLogger.LogAssert(Boolean, String, String, String) 方法

定义

如果 valuefalse,则记录指定的消息。

public:
 bool LogAssert(bool value, System::String ^ type, System::String ^ method, System::String ^ message);
public bool LogAssert (bool value, string type, string method, string message);
member this.LogAssert : bool * string * string * string -> bool
Public Function LogAssert (value As Boolean, type As String, method As String, message As String) As Boolean

参数

value
Boolean

若要记录消息,则为 false;否则为 true

type
String

要记录的类型。

method
String

记录方法。

message
String

要记录的消息。

返回

如果未记录消息,则为 true;否则为 false

适用于