BacPackage-Klasse
Representation of the artifact that contains the definition and data of a data-tier application.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.BacPackage
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public NotInheritable Class BacPackage _
Implements IDisposable
'Usage
Dim instance As BacPackage
public sealed class BacPackage : IDisposable
public ref class BacPackage sealed : IDisposable
[<SealedAttribute>]
type BacPackage =
class
interface IDisposable
end
public final class BacPackage implements IDisposable
Der BacPackage-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Dispose | Release the resources held by this instance. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Load(Stream) | Load a package from the specified Stream. | |
Load(String) | Load a package file specified by fileName. | |
Load(Stream, DacSchemaModelStorageType) | Loads a package from the specified Stream. | |
Load(String, DacSchemaModelStorageType) | Loads a package file specified by fileName. | |
ToString | (Geerbt von Object.) | |
Unpack | Place the contents of this package into the directory specified by directoryPath. |
Zum Anfang
Erweiterungsmethoden
Name | Beschreibung | |
---|---|---|
GetCollationString | Gets the collation associated with the specified package. (Definiert von DacExtensions.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.