共用方式為


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.