Partager via


Propriété TraceReplay.Connection

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

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

'Déclaration
Public Property Connection As ConnectionInfoBase 
    Get 
    Set
'Utilisation
Dim instance As TraceReplay 
Dim value As ConnectionInfoBase 

value = instance.Connection

instance.Connection = value
public ConnectionInfoBase Connection { get; set; }
public:
property ConnectionInfoBase^ Connection {
    ConnectionInfoBase^ get ();
    void set (ConnectionInfoBase^ value);
}
member Connection : ConnectionInfoBase with get, set
function get Connection () : ConnectionInfoBase 
function set Connection (value : ConnectionInfoBase)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Common.ConnectionInfoBase
A SqlConnectionInfo object value that specifies the connection with an instance of SQL Server.

Exemples

Readme_Tracer

Voir aussi

Référence

TraceReplay Classe

Espace de noms Microsoft.SqlServer.Management.Trace

Autres ressources

Indicateurs de trace (Transact-SQL)

Modèles et autorisations du générateur de SQL Server Profiler