ConnectionManagerExcelClass クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Excelのワークブックファイルに接続する接続マネージャーを表します。
public ref class ConnectionManagerExcelClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerExcel, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerExcel100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("223D2E6E-492B-4866-9C9E-07FF3665D089")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerExcelClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerExcel, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerExcel100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("3E63BCE0-F56D-47B5-B884-61675F44D511")]
public class ConnectionManagerExcelClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerExcel, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerExcel100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("8FF0D90E-21F9-4705-AA95-CC2304469315")]
public class ConnectionManagerExcelClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerExcel, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerExcel100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("223D2E6E-492B-4866-9C9E-07FF3665D089")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerExcelClass = class
interface IDTSConnectionManager100
interface ConnectionManagerExcel
interface IDTSConnectionManagerExcel100
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("3E63BCE0-F56D-47B5-B884-61675F44D511")>]
type ConnectionManagerExcelClass = class
interface IDTSConnectionManager100
interface ConnectionManagerExcel
interface IDTSConnectionManagerExcel100
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("8FF0D90E-21F9-4705-AA95-CC2304469315")>]
type ConnectionManagerExcelClass = class
interface IDTSConnectionManager100
interface ConnectionManagerExcel
interface IDTSConnectionManagerExcel100
interface IDTSConnectionManagerDatabaseParameters100
Public Class ConnectionManagerExcelClass
Implements ConnectionManagerExcel, IDTSConnectionManagerDatabaseParameters100, IDTSConnectionManagerExcel100
- 継承
-
ConnectionManagerExcelClass
- 属性
- 実装
注釈
詳細については、ConnectionManagerを参照してください。
コンストラクター
| 名前 | 説明 |
|---|---|
| ConnectionManagerExcelClass() |
ConnectionManagerExcelClass クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ConnectionString |
データソースへの接続を確立するために使われる接続文字列を取得したり設定したりします。 |
| ExcelFilePath |
Excelのワークブックファイルのパスを取得するか設定します。 |
| ExcelVersionNumber |
ファイル作成に使われたExcelのバージョンを取得したり設定したりします。 |
| FirstRowHasColumnName |
最初のブール値に列名が含まれているかどうかを示すブール値を取得または設定します。 |
| InitialCatalog |
接続の初期カタログを取得するか設定します。 |
| Password |
接続のパスワードを取得するか設定します。 |
| ProtectionLevel |
パッケージに含まれる機密データに対して行われる暗号化レベルを取得するか設定します。 |
| RetainSameConnection |
接続マネージャーが同じ接続を保持しているかどうかを示すブール値を取得します。 |
| Scope |
接続マネージャーの範囲を得られます。 |
| ServerName |
サーバー名を取得するか設定します。 |
| SupportsDTCTransactions |
接続がMicrosoft 分散トランザクション コーディネーター(MS DTC)トランザクションをサポートしているかどうかを示すブール値を取得します。 |
| UserName |
接続のユーザー名を取得するか設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| AcquireConnection(Object) |
接続タイプのインスタンスを作成します。 |
| GetConnectionForSchema() |
スキーマの接続を取得します。 |
| ReleaseConnection(Object) |
AcquireConnection(Object)中に確立された接続を解放します。 設計時と実行時に呼び出しられます。 |
| SetQualifier(String) |
接続マネージャーが作成された後、実行中のパッケージで使用される前に、接続マネージャーの修飾子を変更します。 |
| Validate(IDTSInfoEvents100) |
接続を検証し、成功または失敗を示す列挙を返します。 |