DacExtensions 类

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

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dac.Extensions
程序集:  Microsoft.SqlServer.Dac(在 Microsoft.SqlServer.Dac.dll 中)

语法

声明
<ExtensionAttribute> _
Public NotInheritable Class DacExtensions
用法
public static class DacExtensions
[ExtensionAttribute]
public ref class DacExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DacExtensions =  class end
public final class DacExtensions

DacExtensions 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dac.Extensions 命名空间