Partilhar via


Classe DacExtensions

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
<ExtensionAttribute> _
Public NotInheritable Class DacExtensions
'Uso
public static class DacExtensions
[ExtensionAttribute]
public ref class DacExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DacExtensions =  class end
public final class DacExtensions

O tipo DacExtensions expõe os membros a seguir.

Métodos

  Nome Descrição
Método públicoMembro estático GetCollationString(BacPackage) Gets the collation associated with the specified package.
Método públicoMembro estático GetCollationString(DacPackage) Gets the collation associated with the specified package.
Método públicoMembro estático 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.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dac.Extensions