Compartir a través de


Clase DacExtractOptions

Defines options that affect the behavior of package extraction.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dac.DacExtractOptions

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public NotInheritable Class DacExtractOptions
'Uso
Dim instance As DacExtractOptions
public sealed class DacExtractOptions
public ref class DacExtractOptions sealed
[<SealedAttribute>]
type DacExtractOptions =  class end
public final class DacExtractOptions

El tipo DacExtractOptions expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DacExtractOptions Construct a new instance of the DacExtractOptions class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac