TraceReplay.Connection 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Trace
어셈블리:  Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)

구문

‘선언
Public Property Connection As ConnectionInfoBase 
    Get 
    Set
‘사용 방법
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)

속성 값

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

Readme_Tracer

참고 항목

참조

TraceReplay 클래스

Microsoft.SqlServer.Management.Trace 네임스페이스

관련 자료

추적 플래그(Transact-SQL)

SQL Server Profiler 템플릿 및 권한