DacCompilationResult.DacType Property
Gets the DAC instance that generated DAC compilation result.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Property DacType As DacType
Get
Friend Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Dac.DacType
A DacInstance value that specifies the DAC isntance associated with compilation result.