DacExtensions Class

Provides extensions for interacting with DAC packages represented by DacPackage or BacPackage instances.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Extensions.DacExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class DacExtensions
'Usage
public static class DacExtensions
[ExtensionAttribute]
public ref class DacExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DacExtensions =  class end
public final class DacExtensions

The DacExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member GetCollationString(BacPackage) Gets the collation associated with the specified package.
Public methodStatic member GetCollationString(DacPackage) Gets the collation associated with the specified package.
Public methodStatic member SetServiceSetting Configures a setting on the supplied DacServices instance. This method supports the Data-Tier Application Framework infrastructure and is not intended to be used directly from your code.

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.

See Also

Reference

Microsoft.SqlServer.Dac.Extensions Namespace