SqlOlapConnectionInfoBase クラス
SqlOlapConnectionInfoBase クラスは、SQL Server のインスタンスに接続するために使用する情報を表します。
継承階層
Object
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Microsoft.SqlServer.Management.Common.OlapConnectionInfo
Microsoft.SqlServer.Management.Common.SqlConnectionInfo
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public MustInherit Class SqlOlapConnectionInfoBase _
Inherits ConnectionInfoBase
'使用
Dim instance As SqlOlapConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public abstract class SqlOlapConnectionInfoBase : ConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class SqlOlapConnectionInfoBase abstract : public ConnectionInfoBase
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type SqlOlapConnectionInfoBase =
class
inherit ConnectionInfoBase
end
public abstract class SqlOlapConnectionInfoBase extends ConnectionInfoBase
SqlOlapConnectionInfoBase 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SqlOlapConnectionInfoBase() | SqlOlapConnectionInfoBase クラスの新しいインスタンスを初期化します。 | |
SqlOlapConnectionInfoBase(ConnectionType) | SqlOlapConnectionInfoBase クラスの新しいインスタンスを初期化します。 | |
SqlOlapConnectionInfoBase(SqlOlapConnectionInfoBase) | SqlOlapConnectionInfoBase クラスの新しいインスタンスを初期化します。 | |
SqlOlapConnectionInfoBase(String, ConnectionType) | SqlOlapConnectionInfoBase クラスの新しいインスタンスを初期化します。 | |
SqlOlapConnectionInfoBase(String, String, String, ConnectionType) | SqlOlapConnectionInfoBase クラスの新しいインスタンスを初期化します。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
ConnectionString | 接続文字列を取得します。 | |
ConnectionStringInternal | 内部接続文字列を取得または設定します。 | |
ConnectionTimeout | 接続がタイムアウトするまでの秒数を取得または設定します。 | |
ConnectionTimeoutInternal | 内部接続タイムアウト期間の秒数を取得または設定します。 | |
DatabaseName | 接続を確立するデータベースを取得または設定します。 | |
DatabaseNameInternal | 内部データベース名を取得または設定します。 | |
IntegratedSecurityInternal | 接続が統合セキュリティをサポートするかどうかを示す Boolean プロパティ値を取得または設定します。 | |
Password | 接続を確立するために使用するパスワードを取得または設定します。 | |
QueryTimeout | クエリがタイムアウトするまでの秒数を取得または設定します。 | |
QueryTimeoutInternal | 内部クエリ タイムアウト期間の秒数を取得または設定します。 | |
RebuildConnectionStringInternal | 内部接続文字列を再構築する必要があるかどうかを示す Boolean 値を取得します。値の設定も可能です。 | |
SecurePassword | 接続を確立するために使用する、セキュリティで保護されたパスワードを取得または設定します。 | |
ServerCaseSensitivity | 接続で、サーバーが大文字と小文字を区別するかどうかを示す情報を取得または設定します。 (ConnectionInfoBase から継承されています。) | |
ServerName | SQL Server のインスタンスの名前を取得または設定します。 | |
ServerNameInternal | SQL Server のインスタンスの内部名を取得または設定します。 | |
ServerType | サーバー接続の種類を取得または設定します。 (ConnectionInfoBase から継承されています。) | |
ServerVersion | SQL Server のインスタンスに関するバージョン情報を取得または設定します。 (ConnectionInfoBase から継承されています。) | |
UseIntegratedSecurity | 接続で統合セキュリティを使用するかどうかを示す Boolean プロパティ値を取得または設定します。 | |
UserName | SQL Server のインスタンスに接続しようとしているユーザーを取得または設定します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
ConnectionParmsChanged | 接続パラメーターを変更します。 (ConnectionInfoBase.ConnectionParmsChanged() をオーバーライドします。) | |
CreateConnectionObject | 接続オブジェクトを作成し、IDbConnection オブジェクト値を返します。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | 文字列値としてオブジェクトを返します。 (ConnectionInfoBase.ToString() をオーバーライドします。) |
このページのトップへ
フィールド
名前 | 説明 | |
---|---|---|
DefaultConnTimeout | 既定の接続タイムアウト期間の秒数を示す Int32 です。 | |
DefaultQueryTimeout | 既定のクエリ タイムアウト期間の秒数を示す Int32 です。 | |
NoTimeOut | タイムアウトがないことを示す Int32 です。 |
このページのトップへ
説明
SqlOlapConnectionInfoBase クラスは、SqlConnectionInfo クラスの作成に使用される基本クラスです。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。