DacConfig Class

The DacConfig class returns data-tier application (DAC) configuration information.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.DacConfig

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

Syntax

'Declaration
Public MustInherit Class DacConfig
'Usage
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
Protected method DacConfig Initialized a default instance of the DacConfig object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.