SqlScriptEditorControl.MultiServerPropertiesDisplay.SetTracingID Method

Definition

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.

traceID
String

A String value specifying the trace id to set.

Applies to