DacCompilationResult クラス

The DacCompilationResult class represents the DAC package and the collection of errors generated by compiling it.

継承階層

  Microsoft.SqlServer.Management.Dac.DacCompilationResult

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

構文

'宣言

Public Class DacCompilationResult
'使用

Dim instance As DacCompilationResult
public class DacCompilationResult
public ref class DacCompilationResult
type DacCompilationResult =  class end
public class DacCompilationResult

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

プロパティ

  名前 説明
パブリック プロパティ DacType Gets the DAC instance that generated DAC compilation result.
パブリック プロパティ Errors Gets the collection of errors generated by the compilation of the DAC instance.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

Thread Safety

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間