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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dac 命名空间