Share via


SqlSystem.filenameWarnings(String) Method

Definition

Retrieves the name of the user specific warnings log file.

public:
 virtual System::String ^ filenameWarnings(System::String ^ _Userid);
public virtual string filenameWarnings (string _Userid);
abstract member filenameWarnings : string -> string
override this.filenameWarnings : string -> string
Public Overridable Function filenameWarnings (_Userid As String) As String

Parameters

_Userid
String

The identifier of interested user.

Returns

The name of the user specific warnings log file.

Applies to