Defines the type of objects to query from the model.
此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration DacQueryScopes
用法
Dim instance As DacQueryScopes
[FlagsAttribute]
public enum DacQueryScopes
[FlagsAttribute]
public enum class DacQueryScopes
[<FlagsAttribute>]
type DacQueryScopes
public enum DacQueryScopes
成员
成员名称 | 说明 | |
---|---|---|
All | All elements in the model, not including references to external elements in non-system databases. | |
BuiltIn | Query built in system objects | |
Default | Default query scope is to query both UserDefined and BuiltIn query scopes | |
None | Filter out all elements. | |
SameDatabase | Query user defined objects from referenced models where the referenced model is for the same database. | |
System | Query System objects that are not treated as built in. These are objects that appear when the master database is referenced | |
UserDefined | Query user defined objects. |