ConnectionManager.SqlConnectionObject 속성

Gets the connection object.

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

구문

‘선언
Public ReadOnly Property SqlConnectionObject As SqlConnection 
    Get
‘사용 방법
Dim instance As ConnectionManager 
Dim value As SqlConnection 

value = instance.SqlConnectionObject
public SqlConnection SqlConnectionObject { get; }
public:
property SqlConnection^ SqlConnectionObject {
    SqlConnection^ get ();
}
member SqlConnectionObject : SqlConnection
function get SqlConnectionObject () : SqlConnection

속성 값

유형: System.Data.SqlClient.SqlConnection
A SqlConnection object value that specifies the connection.

참고 항목

참조

ConnectionManager 클래스

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