TraceReplay.Connection Proprietà

Definizione

Ottiene o imposta la connessione con un'istanza di 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

Valore della proprietà

Valore SqlConnectionInfo dell'oggetto che specifica la connessione con un'istanza di SQL Server.

Esempio

Readme_Tracer

Si applica a