ConnectionManagerSqlMobile インターフェイス

定義

public interface class ConnectionManagerSqlMobile : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ConnectionManagerSqlMobileClass))]
[System.Runtime.InteropServices.Guid("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerSqlMobile : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.ConnectionManagerSqlMobileClass))>]
[<System.Runtime.InteropServices.Guid("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerSqlMobile = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerSqlMobile
Implements IDTSConnectionManager100
派生
属性
実装

プロパティ

ConnectionString (継承元 IDTSConnectionManager100)
ProtectionLevel (継承元 IDTSConnectionManager100)
Scope (継承元 IDTSConnectionManager100)
SupportsDTCTransactions (継承元 IDTSConnectionManager100)

メソッド

AcquireConnection(Object) (継承元 IDTSConnectionManager100)
ReleaseConnection(Object) (継承元 IDTSConnectionManager100)
SetQualifier(String) (継承元 IDTSConnectionManager100)
Validate(IDTSInfoEvents100) (継承元 IDTSConnectionManager100)

適用対象