DacConfig Class
Represents the data-tier application (DAC) configuration information.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DacConfig
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public MustInherit Class DacConfig
'Uso
Dim instance As DacConfig
public abstract class DacConfig
public ref class DacConfig abstract
[<AbstractClassAttribute>]
type DacConfig = class end
public abstract class DacConfig
The DacConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DacConfig | Initialized a default instance of the DacConfig object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.