ConnectionInfoBase.ServerType 속성
서버 연결 유형을 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public ReadOnly Property ServerType As ConnectionType
Get
‘사용 방법
Dim instance As ConnectionInfoBase
Dim value As ConnectionType
value = instance.ServerType
public ConnectionType ServerType { get; }
public:
property ConnectionType ServerType {
ConnectionType get ();
}
member ServerType : ConnectionType
function get ServerType () : ConnectionType
속성 값
유형: Microsoft.SqlServer.Management.Common.ConnectionType
연결 유형을 지정하는 ConnectionType 시스템 개체 값입니다.