SqlSystem.filenameSqlTrace(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 filename of the SQL trace log file for specific user.
public:
virtual System::String ^ filenameSqlTrace(System::String ^ _Userid);
public virtual string filenameSqlTrace (string _Userid);
abstract member filenameSqlTrace : string -> string
override this.filenameSqlTrace : string -> string
Public Overridable Function filenameSqlTrace (_Userid As String) As String
Parameters
- _Userid
- String
The User Id.
Returns
The filename of SQL trace log.