IServerType2 인터페이스

Represents the extra interface that can be implemented by a server type to fine-tune the behavior of the dialog box.

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

구문

‘선언
Public Interface IServerType2 _
    Inherits IServerType
‘사용 방법
Dim instance As IServerType2
public interface IServerType2 : IServerType
public interface class IServerType2 : IServerType
type IServerType2 =  
    interface 
        interface IServerType 
    end
public interface IServerType2 extends IServerType

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

속성

  이름 설명
공용 속성 AuthenticationInfoCollection Gets a table which contains the authentication labels used to populate the simple view of the connection dialog box. (IServerType에서 상속됨)
공용 속성 Owner Gets or sets a value to pass the owner handle to the child windows.
공용 속성 RequestedPropertySize Gets the size that the custom user control needs to render correctly. This is used by both the advanced view of the connection dialog box and the New Server Registration dialog box to ensure that they expose enough screen space for the whole control to be visible. (IServerType에서 상속됨)
공용 속성 ServerGroupName Gets the name of the server group root node for the server type. Used in the Registered Servers user interface. (IServerType에서 상속됨)
공용 속성 ServerInstanceName Gets the instance name of the server. (IServerType에서 상속됨)
공용 속성 ServerType Gets the GUID for the server type that is exposed to the user in the Server type combo box. (IServerType에서 상속됨)
공용 속성 ServerTypeName Gets the string that is exposed to the user in the Server type combo box. (IServerType에서 상속됨)
공용 속성 SupportsCustomBrowseAction Gets a value indicating whether the instance of this server type wants to specify custom action when the user selects browse action in the server combo.
공용 속성 SupportsCustomNewDatabaseAction Gets a value indicating whether the server name combo on the Login tab should contain new database action option.
공용 속성 SupportsUserNameNotion Gets a value indicating whether the user name combo on the Login tab should be enabled. If not, the user name doesn't apply to this server type.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CustomBrowseAction Executes when the user selects the custom browse action in the server combo.
공용 메서드 CustomNewDatabaseAction Executes when the user selects the custom new database action in the server combo.
공용 메서드 GenerateImage Returns a newly-instantiated icon that is displayed in the Registered Servers tree. (IServerType에서 상속됨)
공용 메서드 GenerateUserControl Returns a newly-instantiated user control that is displayed on the Connection Properties tab of the advanced view of the connection dialog box. (IServerType에서 상속됨)
공용 메서드 GetConnectionObject Returns a new IDbConnection object (closed) that is based on the passed UIConnectionInfo object. (IServerType에서 상속됨)
공용 메서드 LoadPersonalizationInfo Loads any personalization information that was saved upon successful connection by using [M:Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.SavePersonalizationInfo(Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo]. The personalization information is uniquely identified by a combination of server type, server name, authentication type, and user name. (IServerType에서 상속됨)
공용 메서드 ProceedWithConnection Used when a server type needs to perform additional processing steps. Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen. (IServerType에서 상속됨)
공용 메서드 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. (IServerType에서 상속됨)

맨 위로 이동

참고 항목

참조

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