DtsServerType 類別

定義

重要

此 API 不符合 CLS 規範。

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

public ref class DtsServerType : Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType2
[Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttodtsserver.login.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.dtsserver.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.dts.f1")]
[System.CLSCompliant(false)]
public class DtsServerType : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType2
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttodtsserver.login.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.dtsserver.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.dts.f1")>]
[<System.CLSCompliant(false)>]
type DtsServerType = class
    interface IServerType2
    interface IServerType
Public Class DtsServerType
Implements IServerType2
繼承
DtsServerType
屬性
實作

建構函式

名稱 Description
DtsServerType()

初始化 DtsServerType 類別的新執行個體。

欄位

名稱 Description
authCollection

定義控制的驗證收集。

ServerType

定義一個指定伺服器類型的值。

TrustedAuthenticationType

定義一個整數,表示可信的認證類型。 此欄位是常數。

屬性

名稱 Description
IsEnabled

會得到一個值,表示是否啟用了伺服器連線。

方法

名稱 Description
CreateSqlOlapConnectionInfoBase(UIConnectionInfo)

建立資料轉換服務(DTS)連線資訊物件。

明確介面實作

名稱 Description
IServerType.AuthenticationInfoCollection

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType.GenerateImage()

回傳一個新實例化的圖示,顯示在註冊伺服器樹中。

IServerType.GenerateUserControl()

回傳一個新實例化的使用者控制項,該控制項顯示於連線對話框進階檢視的連線屬性標籤中。

IServerType.GetConnectionObject(UIConnectionInfo)

回傳一個基於傳遞 UIConnectionInfo 物件的新 IDbConnection 物件。

IServerType.LoadPersonalizationInfo(UIConnectionInfo, Boolean)

載入使用 SavePersonalizationInfo 成功連線後儲存的個人化資訊。 個人化資訊由伺服器類型、伺服器名稱、認證類型及使用者名稱的組合唯一識別。

IServerType.ProceedWithConnection(UIConnectionInfo)

指示連線是否能繼續,或連線對話框是否仍留在螢幕上。

IServerType.RequestedPropertySize

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType.SavePersonalizationInfo(UIConnectionInfo)

儲存後續使用連線對話框時可能需要的個人化資訊,例如伺服器類型、伺服器名稱、認證類型及使用者名稱。

IServerType.ServerGroupName

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType.ServerInstanceName

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType.ServerType

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType.ServerTypeName

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType2.CustomBrowseAction()

當使用者瀏覽伺服器組合時執行。

IServerType2.CustomNewDatabaseAction()

當使用者在伺服器組合中選擇 NewDatabaseAction 物件時執行。

IServerType2.Owner

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType2.SupportsCustomBrowseAction

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType2.SupportsCustomNewDatabaseAction

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

IServerType2.SupportsUserNameNotion

顯示資料轉換服務(DTS)伺服器類型及其屬性的描述。

適用於