RSType 클래스

Implements the IServerType for the connection dialog box.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType

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

구문

‘선언
<HelpKeyWordAttribute("sql11.swb.connection.login.reportserver.f1")> _
<RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.reportserver.f1")> _
<AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttors.login.f1")> _
Public Class RSType _
    Implements IServerTypeConnection, IServerType
‘사용 방법
Dim instance As RSType
[HelpKeyWordAttribute("sql11.swb.connection.login.reportserver.f1")]
[RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.reportserver.f1")]
[AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttors.login.f1")]
public class RSType : IServerTypeConnection, IServerType
[HelpKeyWordAttribute(L"sql11.swb.connection.login.reportserver.f1")]
[RegisterServerHelpKeyWordAttribute(L"sql11.swb.registerserver.general.reportserver.f1")]
[AdvancedViewHelpKeyWordAttribute(L"sql11.swb.connecttors.login.f1")]
public ref class RSType : IServerTypeConnection, IServerType
[<HelpKeyWordAttribute("sql11.swb.connection.login.reportserver.f1")>]
[<RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.reportserver.f1")>]
[<AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttors.login.f1")>]
type RSType =  
    class 
        interface IServerTypeConnection 
        interface IServerType 
    end
public class RSType implements IServerTypeConnection, IServerType

RSType 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 RSType Initializes a new instance of the RSType class.

맨 위로 이동

속성

  이름 설명
공용 속성 AuthenticationInfoCollection Gets a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.
공용 속성 RequestedPropertySize Gets the size that is custom user control needs to render correctly.
공용 속성 ServerGroupName Gets the name of the root node type for the server group.
공용 속성 ServerInstanceName Gets the instance name of the server.
공용 속성 ServerTypeName Gets the string that is exposed to the user in the server type.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CreateClosedConnectionObject Retrieves a value that creates an object to close the connection.
공용 메서드정적 멤버 CreateSqlOlapConnectionInfoBase Initiates the creation of a new connection info base in the server.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GenerateImage Gets a newly-instantiated icon that is displayed in the RSType.
공용 메서드 GenerateUserControl Returns a newly-instantiated user control that is displayed on the Connection Properties tab of the advanced view of the connection dialog box.
공용 메서드 GetConnectionObject Returns a new IDbConnection object that is based on the passed UIConnectionInfo object.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 LoadPersonalizationInfo Retrieves a value that indicates the connection to overwrite the current settings if personalization info loads.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 SavePersonalizationInfo Saves personalization information that may be needed for subsequent uses of the connection dialog box, such as the server type, server name, authentication type, and user name.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
공용 필드정적 멤버 AlwaysUseSSL Defines the constant string value for the SSL to always use.
공용 필드정적 멤버 BasicDigestAuthenticationType Defines the constant integer value for the basic digest authentication type.
공용 필드정적 멤버 ConnectionTimeout Defines the constant string value for connection timeout.
공용 필드정적 멤버 Database Defines the constant string value for the database.
공용 필드정적 멤버 ExecutionTimeout Defines the constant string value for the execution timeout.
공용 필드정적 멤버 InternetAuthenticationType Defines the constant integer value for the Internet authentication type variable.
공용 필드정적 멤버 NetworkProtocol Defines the constant string value for the network protocol.
공용 필드정적 멤버 PacketSize Defines the constant string value for the packet size.
보호된 필드정적 멤버 reqSize Uses the Size to initialize the required size of the connection dialog. This field is read-only.
공용 필드정적 멤버 ServerType Defines the type of server to get. This field is read-only.
공용 필드정적 멤버 TrustedAuthenticationType Defines the constant integer value for the trusted authentication type variable.
공용 필드정적 멤버 UnknownAuthenticationType Defines the constant integer value for an unknown authentication Type variable.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IServerType.ProceedWithConnection Retrieves a value that indicates the connection to proceed.
명시적 인터페이스 구현전용 속성 IServerType.ServerType Gets the GUID for the server type that is exposed to the user in the Server Type combo box.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스