TraceReplay.Connection 属性

定义

获取或设置与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

属性值

一个SqlConnectionInfo对象值,指定与SQL Server实例的连接。

示例

Readme_Tracer

适用于