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) トランザクションをサポートするかどうかを示す Boolean を返します。

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

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

(継承元 ConnectionManagerBase)

メソッド

AcquireConnection(Object)

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

(継承元 ConnectionManagerBase)
CanUpdate(String)

接続マネージャーが接続 XML の新しいバージョンへのアップグレードをサポートするかどうかを決定するブール型 (Boolean) の値を取得または設定します。

(継承元 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)

適用対象