SqlScriptEditorControl.MultiServerPropertiesDisplay.SetTracingID 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.
Sets the specified trace id for the specified connection.
public:
void SetTracingID(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ childInfo, System::String ^ traceID);
public void SetTracingID (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo childInfo, string traceID);
member this.SetTracingID : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * string -> unit
Public Sub SetTracingID (childInfo As UIConnectionInfo, traceID As String)
Parameters
- childInfo
- UIConnectionInfo
A UIConnectionInfo object specifying the connection to set a trace id for.