次の方法で共有


ManagedForEachEnumeratorWrapper.Validate Method

このメソッドは、SQL Server 2005 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このメソッドは、CLS に準拠していません。

名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (microsoft.sqlserver.manageddts.dll 内)

構文

'宣言
Public Function Validate ( _
    connections As IDTSConnections90, _
    variableDispenser As IDTSVariableDispenser90, _
    infoEvents As IDTSInfoEvents90, _
    log As IDTSLogging90 _
) As DTSExecResult
public DTSExecResult Validate (
    IDTSConnections90 connections,
    IDTSVariableDispenser90 variableDispenser,
    IDTSInfoEvents90 infoEvents,
    IDTSLogging90 log
)
public:
virtual DTSExecResult Validate (
    IDTSConnections90^ connections, 
    IDTSVariableDispenser90^ variableDispenser, 
    IDTSInfoEvents90^ infoEvents, 
    IDTSLogging90^ log
) sealed
public final DTSExecResult Validate (
    IDTSConnections90 connections, 
    IDTSVariableDispenser90 variableDispenser, 
    IDTSInfoEvents90 infoEvents, 
    IDTSLogging90 log
)
public final function Validate (
    connections : IDTSConnections90, 
    variableDispenser : IDTSVariableDispenser90, 
    infoEvents : IDTSInfoEvents90, 
    log : IDTSLogging90
) : DTSExecResult

パラメータ

  • connections
  • variableDispenser
  • infoEvents
  • log

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ManagedForEachEnumeratorWrapper Class
ManagedForEachEnumeratorWrapper Members
Microsoft.SqlServer.Dts.Runtime Namespace