TraceReplay.Connection Property
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.
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.