DacType プロパティ
DAC のコンパイル結果を生成した DAC インスタンスを取得します。
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public Property DacType As DacType
Get
Friend Set
'使用
Dim instance As DacCompilationResult
Dim value As DacType
value = instance.DacType
public DacType DacType { get; internal set; }
public:
property DacType^ DacType {
DacType^ get ();
internal: void set (DacType^ value);
}
member DacType : DacType with get, internal set
function get DacType () : DacType
internal function set DacType (value : DacType)
プロパティ値
型: Microsoft.SqlServer.Management.Dac. . :: . .DacType
コンパイル結果に関連付けられた DAC インスタンスを指定する DacInstance 値です。