DtsServerType 클래스
SQL Server 2012
Displays the description for the Data Transformation Services (DTS) server type and its properties.
이 API는 CLS 규격이 아닙니다.
어셈블리: ConnectionDlg(ConnectionDlg.dll)
[AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttodtsserver.login.f1")] [CLSCompliantAttribute(false)] [HelpKeyWordAttribute("sql11.swb.connection.login.dtsserver.f1")] [RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.dts.f1")] public class DtsServerType : IServerType2, IServerType
DtsServerType 유형에서 다음 멤버를 표시합니다.
이름 | 설명 | |
---|---|---|
![]() ![]() | CreateSqlOlapConnectionInfoBase | Creates the Data Transformation Services (DTS) connection information object. |
![]() | Equals | (Object에서 상속됨) |
![]() | Finalize | (Object에서 상속됨) |
![]() | GetHashCode | (Object에서 상속됨) |
![]() | GetType | (Object에서 상속됨) |
![]() | MemberwiseClone | (Object에서 상속됨) |
![]() | ToString | (Object에서 상속됨) |
이름 | 설명 | |
---|---|---|
![]() | authCollection | Defines the collection of authentication of the control. |
![]() ![]() | ServerType | Defines a value that specifies the type of the server. |
![]() ![]() | TrustedAuthenticationType | Defines an integer that indicates the trusted type of authentication. This field is constant. |
이름 | 설명 | |
---|---|---|
![]() ![]() | IServerType.AuthenticationInfoCollection | Gets a table that contains the authentication labels that are used to populate the simple view of the connection dialog box. |
![]() ![]() | IServerType.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 that is based on the passed UIConnectionInfo object. |
![]() ![]() | IServerType.LoadPersonalizationInfo | Loads any personalization information that was saved upon successful connection by using SavePersonalizationInfo. The personalization information is uniquely identified by a combination of server type, server name, authentication type, and user name. |
![]() ![]() | IServerType.ProceedWithConnection | Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen. |
![]() ![]() | IServerType.RequestedPropertySize | Gets the requested property size of the server using Size. |
![]() ![]() | 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.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 server type of the server using a globally unique identifier (GUID). |
![]() ![]() | IServerType.ServerTypeName | Gets the specified name of the ServerType. |
![]() ![]() | IServerType2.CustomBrowseAction | Executes when the user browses in the server combo. |
![]() ![]() | IServerType2.CustomNewDatabaseAction | Executes when users selects the NewDatabaseAction object in the server combo. |
![]() ![]() | IServerType2.Owner | Gets or sets the owner control that passes the owner handle to child windows. |
![]() ![]() | IServerType2.SupportsCustomBrowseAction | Gets a value that indicates whether the instance of this server type wants to specify the custom action when the user selects the custom browse action in the server combo. |
![]() ![]() | IServerType2.SupportsCustomNewDatabaseAction | Gets a value that indicates whether the server name combo on the Login tab contains a NewDatabaseAction option. |
![]() ![]() | IServerType2.SupportsUserNameNotion | Gets a value that indicates whether the user name combo on the Login tab is enabled. |
표시: