SensitiveConnectionManagerBase クラス

定義

public ref class SensitiveConnectionManagerBase abstract : Microsoft::SqlServer::Dts::Runtime::ConnectionManagerBase, Microsoft::SqlServer::Dts::Runtime::IDTSComponentPersist
public abstract class SensitiveConnectionManagerBase : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase, Microsoft.SqlServer.Dts.Runtime.IDTSComponentPersist
type SensitiveConnectionManagerBase = class
    inherit ConnectionManagerBase
    interface IDTSComponentPersist
Public MustInherit Class SensitiveConnectionManagerBase
Inherits ConnectionManagerBase
Implements IDTSComponentPersist
継承
SensitiveConnectionManagerBase
実装

コンストラクター

名前 説明
SensitiveConnectionManagerBase()

フィールド

名前 説明
ConnectionStringElementName
SensitiveAttributeName

プロパティ

名前 説明
AccessTokenProvider

接続取得時に使用するアクセストークンプロバイダーを取得するか設定します。

(継承元 ConnectionManagerBase)
ConnectionString

接続の 接続文字列 を取得したり設定したりします。

(継承元 ConnectionManagerBase)
ProtectionLevel

DTSProtectionLevel列挙を用いて値を取得したり設定したりし、接続が機密情報を制御する方法を強制します。

(継承元 ConnectionManagerBase)
Scope

この ConnectionManagerBase オブジェクトのDTS接続マネージャースコープを取得します。

(継承元 ConnectionManagerBase)
SupportsDTCTransactions

接続がMicrosoft 分散トランザクション コーディネーター(MS DTC)トランザクションをサポートしているかどうかを示すブール値を返します。

(継承元 ConnectionManagerBase)
TargetServerVersion (継承元 ConnectionManagerBase)
Version

この接続マネージャーのバージョンを返します。

(継承元 ConnectionManagerBase)

メソッド

名前 説明
AcquireConnection(Object)

接続タイプのインスタンスを作成します。

(継承元 ConnectionManagerBase)
CanUpdate(String)

接続管理者が接続XMLを新しいバージョンにアップグレードするかどうかを判断するブール値を取得または設定します。

(継承元 ConnectionManagerBase)
Equals(Object)

2 つのオブジェクト インスタンスが等しいかどうかを判断します。

(継承元 DtsObject)
GetHashCode()

このインスタンスのハッシュ コードを返します。

(継承元 DtsObject)
LoadFromXML(XmlElement, IDTSInfoEvents)
ReleaseConnection(Object)

AcquireConnection(Object)中に確立された接続を解放します。 設計時と実行時に呼び出しました。

(継承元 ConnectionManagerBase)
SaveSensitiveValue(XmlDocument, XmlElement, String, String)
SaveToXML(XmlDocument, IDTSInfoEvents)
SetQualifier(String)

接続マネージャーが作成された後、実行される前に接続マネージャーの修飾子を変更します。

(継承元 ConnectionManagerBase)
Update(String)

接続マネージャーの以前のバージョンで永続化されたXMLを更新します。

(継承元 ConnectionManagerBase)
Validate(IDTSInfoEvents)

接続を検証し、成功または失敗を示す列挙を返します。

(継承元 ConnectionManagerBase)

適用対象