Partager via


Classe DacExtractOptions

Defines options that affect the behavior of package extraction.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dac.DacExtractOptions

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public NotInheritable Class DacExtractOptions
'Utilisation
Dim instance As DacExtractOptions
public sealed class DacExtractOptions
public ref class DacExtractOptions sealed
[<SealedAttribute>]
type DacExtractOptions =  class end
public final class DacExtractOptions

Le type DacExtractOptions expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DacExtractOptions Construct a new instance of the DacExtractOptions class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac