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 | |
---|---|---|
GetCollationString(BacPackage) | Gets the collation associated with the specified package. | |
GetCollationString(DacPackage) | Gets the collation associated with the specified package. | |
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.