DacType 属性

Gets the DAC instance that generated DAC compilation result.

命名空间:  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
A DacInstance value that specifies the DAC isntance associated with compilation result.