Compartilhar via


Propriedade do RDL DacType

Gets the DAC instance that generated DAC compilation result.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Property DacType As DacType
    Get
    Friend Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Dac. . :: . .DacType
A DacInstance value that specifies the DAC isntance associated with compilation result.