SqlClientLogger.LogAssert(Boolean, String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 value
为 false
,则记录指定的消息。
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
。