Partager via


Propriété DacType

Gets the DAC instance that generated DAC compilation result.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Property DacType As DacType
    Get
    Friend Set
'Utilisation
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)

Valeur de propriété

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