ConnectionManagerSqlMobileClass クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続マネージャーの sql モバイル クラスを表します。
public ref class ConnectionManagerSqlMobileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerSqlMobile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1FDE27EE-C329-412B-BE24-F31A93E40127")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("0C996862-7BCD-44B4-9AD8-8B8D964FFDA9")]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FE30E026-7285-415E-9A33-E4C98B91464E")]
public class ConnectionManagerSqlMobileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerInit100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("1FDE27EE-C329-412B-BE24-F31A93E40127")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerSqlMobileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerSqlMobile
interface IDTSConnectionManagerInit100
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("0C996862-7BCD-44B4-9AD8-8B8D964FFDA9")>]
type ConnectionManagerSqlMobileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerSqlMobile
interface IDTSConnectionManagerInit100
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FE30E026-7285-415E-9A33-E4C98B91464E")>]
type ConnectionManagerSqlMobileClass = class
interface IDTSConnectionManager100
interface ConnectionManagerSqlMobile
interface IDTSConnectionManagerInit100
interface IDTSConnectionManagerDatabaseParameters100
Public Class ConnectionManagerSqlMobileClass
Implements ConnectionManagerSqlMobile, IDTSConnectionManagerDatabaseParameters100, IDTSConnectionManagerInit100
- 継承
-
ConnectionManagerSqlMobileClass
- 属性
- 実装
注釈
詳細については、「ConnectionManager」を参照してください。
コンストラクター
ConnectionManagerSqlMobileClass() |
ConnectionManagerSqlMobileClass クラスの新しいインスタンスを初期化します。 |
プロパティ
ConnectionString |
データ ソースへの接続を確立するために使用する接続文字列を取得します。値の設定も可能です。 |
InitialCatalog |
接続に関連付けられたデータベースの名前を取得または設定します。 |
Password |
接続にログオンするために使用されるパスワードを設定します。 |
ProtectionLevel |
パッケージに含まれている機微なデータに対して実行される暗号化のレベルを取得します。値の設定も可能です。 |
RetainSameConnection |
接続マネージャーが同じ接続を保持するかどうかを示す値を取得または設定します。 |
Scope |
接続のスコープを取得または設定します。 |
ServerName |
サーバー名を取得または設定します。 |
SupportsDTCTransactions |
接続が DTC トランザクションをサポートしているかどうかを示す値を取得します。 |
UserName |
接続のユーザー名を取得します。値の設定も可能です。 |
メソッド
AcquireConnection(Object) |
接続の種類のインスタンスを作成します。 |
GetConnectionForSchema() |
スキーマの接続を取得します。 |
InitializeConnectionManager(String, IDTSInfoEvents100, IDTSLogging100) |
接続マネージャー インスタンスを初期化します。 |
ReleaseConnection(Object) |
AcquireConnection(Object) の間に確立された接続を解放します。 |
SetQualifier(String) |
接続マネージャーが作成されてから実行中のパッケージで使用されるまでに、接続マネージャーで修飾子を変更します。 |
Validate(IDTSInfoEvents100) |
接続を検証して、成功したかどうかを示す列挙を返します。 |