Freigeben über


DacExtractOptions-Klasse

Defines options that affect the behavior of package extraction.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.DacExtractOptions

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public NotInheritable Class DacExtractOptions
'Usage
Dim instance As DacExtractOptions
public sealed class DacExtractOptions
public ref class DacExtractOptions sealed
[<SealedAttribute>]
type DacExtractOptions =  class end
public final class DacExtractOptions

Der DacExtractOptions-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DacExtractOptions Construct a new instance of the DacExtractOptions class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExtractAllTableData Get or set boolean that specifies whether data for all user tables will be extracted.
Öffentliche Eigenschaft ExtractApplicationScopedObjectsOnly Get or set boolean that specifies the scope of objects extracted from the source.
Öffentliche Eigenschaft ExtractReferencedServerScopedElements Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted.
Öffentliche Eigenschaft IgnoreExtendedProperties Get or set boolean that specifies whether extended properties should be ignored.
Öffentliche Eigenschaft IgnorePermissions Get or set boolean that specifies whether permissions should be ignored.
Öffentliche Eigenschaft IgnoreUserLoginMappings Get or set boolean that specifies whether mappings between users and logins should be extracted from the source.
Öffentliche Eigenschaft Storage Get the type of backing storage for the schema model used during extraction.
Öffentliche Eigenschaft VerifyExtraction Get or set boolean that specifies whether the extracted package should be verified.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac-Namespace