Classe DacExtractOptions
Defines options that affect the behavior of package extraction.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.DacExtractOptions
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
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
O tipo DacExtractOptions expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DacExtractOptions | Construct a new instance of the DacExtractOptions class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtractAllTableData | Get or set boolean that specifies whether data for all user tables will be extracted. | |
ExtractApplicationScopedObjectsOnly | Get or set boolean that specifies the scope of objects extracted from the source. | |
ExtractReferencedServerScopedElements | Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted. | |
IgnoreExtendedProperties | Get or set boolean that specifies whether extended properties should be ignored. | |
IgnorePermissions | Get or set boolean that specifies whether permissions should be ignored. | |
IgnoreUserLoginMappings | Get or set boolean that specifies whether mappings between users and logins should be extracted from the source. | |
Storage | Get the type of backing storage for the schema model used during extraction. | |
VerifyExtraction | Get or set boolean that specifies whether the extracted package should be verified. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.