Класс DacExtractOptions

Defines options that affect the behavior of package extraction.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.DacExtractOptions

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public NotInheritable Class DacExtractOptions
'Применение
Dim instance As DacExtractOptions
public sealed class DacExtractOptions
public ref class DacExtractOptions sealed
[<SealedAttribute>]
type DacExtractOptions =  class end
public final class DacExtractOptions

Тип DacExtractOptions обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DacExtractOptions Construct a new instance of the DacExtractOptions class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac