SqlSystem.filenameWarnings(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.