OlapServerType クラス

定義

重要

この API は CLS 準拠ではありません。

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

public ref class OlapServerType : Microsoft::SqlServer::Management::UI::ConnectionDlg::IConnectionValidator, Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType
[Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttoas.login.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.analysisserver.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.analysisservices.f1")]
[System.CLSCompliant(false)]
public class OlapServerType : Microsoft.SqlServer.Management.UI.ConnectionDlg.IConnectionValidator, Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttoas.login.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.analysisserver.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.analysisservices.f1")>]
[<System.CLSCompliant(false)>]
type OlapServerType = class
    interface IServerType
    interface IConnectionValidator
Public Class OlapServerType
Implements IConnectionValidator, IServerType
継承
OlapServerType
属性
実装

コンストラクター

OlapServerType()

OlapServerType クラスの新しいインスタンスを初期化します。

フィールド

authCollection

プロパティの AuthenticationInfo のコレクションを定義します。

ConnectionTimeout

接続タイムアウトの定数文字列値を定義します。

Database

データベースの定数文字列値を定義します。

EncryptConnection

暗号化接続の定数文字列値を定義します。

ExecutionTimeout

実行タイムアウトの定数文字列値を定義します。

ExecutionTimeoutDisable

無効な実行タイムアウトの定数文字列値を定義します。

InternetAuthenticationType

インターネット認証の種類の定数整数値を定義します。

reqSize

要求されたサーバーのプロパティ サイズを定義します。

serverInstanceName

サーバー インスタンス名を表す指定されたリソースの文字列値を返します。

serverName

サーバー名を表す指定されたリソースの文字列値を返します。

serverRootName

サーバーのルート名を表す指定されたリソースの文字列値を返します。

ServerType

グローバル一意識別子を使用して、指定したサーバーの種類を初期化します。

TrustedAuthenticationType

信頼された認証の種類の定数整数値を定義します。

明示的なインターフェイスの実装

IConnectionValidator.CheckConnection(IDbConnection)

新しく開かれた接続を、呼び出し元のアプリケーションに返す必要があるかどうか、エラーで戻す必要があるかどうかを確認します。

IServerType.AuthenticationInfoCollection

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

IServerType.GenerateImage()

サーバーに対して指定されたアイコンを読み込むために、Image イベントを発生させます。

IServerType.GenerateUserControl()

サーバーにユーザー コントロールを生成するために、UserControl イベントを発生させます。

IServerType.GetConnectionObject(UIConnectionInfo)

渡された UIConnectionInfo オブジェクトに基づいて、新しい IDbConnection オブジェクトを返します。

IServerType.LoadPersonalizationInfo(UIConnectionInfo, Boolean)

SavePersonalizationInfo を使用して、接続が成功したときに保存されたすべてのパーソナル化情報を読み込みます。 パーソナル化情報は、サーバーの種類、サーバー名、認証の種類、ユーザー名の組み合わせによって一意に識別されます。

IServerType.ProceedWithConnection(UIConnectionInfo)

接続を続行できるかどうか、または接続ダイアログ ボックスを画面に表示したままにするかどうかを示します。

IServerType.RequestedPropertySize

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

IServerType.SavePersonalizationInfo(UIConnectionInfo)

サーバーの種類、サーバー名、認証の種類、ユーザー名など、接続ダイアログ ボックスを後で使用する場合に必要となる可能性のあるパーソナル化情報を保存します。

IServerType.ServerGroupName

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

IServerType.ServerInstanceName

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

IServerType.ServerType

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

IServerType.ServerTypeName

分析サーバー接続に使用する接続ダイアログ ボックスのインターフェイスを実装します。

適用対象