ConnectionManagerSqlMobile Interface
このインターフェイスは、SQL Server 2005 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「ConnectionManagerSqlMobileClass」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (microsoft.sqlserver.dtsruntimewrap.dll 内)
構文
'宣言
<CoClassAttribute(GetType(ConnectionManagerSqlMobileClass))> _
<GuidAttribute("8BDFE931-E9D8-4D23-9739-DA807BCDC2AC")> _
Public Interface ConnectionManagerSqlMobile
Inherits IDTSConnectionManager90
[CoClassAttribute(typeof(ConnectionManagerSqlMobileClass))]
[GuidAttribute("8BDFE931-E9D8-4D23-9739-DA807BCDC2AC")]
public interface ConnectionManagerSqlMobile : IDTSConnectionManager90
[CoClassAttribute(typeof(ConnectionManagerSqlMobileClass))]
[GuidAttribute(L"8BDFE931-E9D8-4D23-9739-DA807BCDC2AC")]
public interface class ConnectionManagerSqlMobile : IDTSConnectionManager90
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass) */
/** @attribute GuidAttribute("8BDFE931-E9D8-4D23-9739-DA807BCDC2AC") */
public interface ConnectionManagerSqlMobile extends IDTSConnectionManager90
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerSqlMobileClass)
GuidAttribute("8BDFE931-E9D8-4D23-9739-DA807BCDC2AC")
public interface ConnectionManagerSqlMobile extends IDTSConnectionManager90
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ConnectionManagerSqlMobile Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace