DacExtensions-Klasse
Provides extensions for interacting with DAC packages represented by DacPackage or BacPackage instances.
Vererbungshierarchie
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
Der DacExtensions-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.