DacCompilationErrorCollection クラス

The DacCompilationErrorCollection type stores a collection of DAC compilation errors.

継承階層

  Microsoft.SqlServer.Management.Dac.DacCompilationErrorCollection

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Class DacCompilationErrorCollection _
    Implements (Of DacCompilationError), 
'使用

Dim instance As DacCompilationErrorCollection
public class DacCompilationErrorCollection : <DacCompilationError>, 
    
public ref class DacCompilationErrorCollection : <DacCompilationError^>, 
    
type DacCompilationErrorCollection =  
    class
        interface <DacCompilationError>
        interface 
    end
public class DacCompilationErrorCollection implements <DacCompilationError>, 

DacCompilationErrorCollection 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド GetEnumerator Returns an enumerator that iterates through the DacCompilationErrorCollection object.
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IEnumerableGetEnumerator Returns an enumerator that iterates through the DacCompilationErrorCollection object.

先頭に戻る

説明

By using the DacCompilationErrorCollection object, you can iterate through the collection of errors.

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間