TraceReplay.Connection Property

Definition

Gets or sets the connection with an instance of SQL Server.

public:
 property Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ Connection { Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ get(); void set(Microsoft::SqlServer::Management::Common::ConnectionInfoBase ^ value); };
public Microsoft.SqlServer.Management.Common.ConnectionInfoBase Connection { get; set; }
member this.Connection : Microsoft.SqlServer.Management.Common.ConnectionInfoBase with get, set
Public Property Connection As ConnectionInfoBase

Property Value

A SqlConnectionInfo object value that specifies the connection with an instance of SQL Server.

Examples

Readme_Tracer

Applies to