Перечисление DacQueryScopes

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.

См. также

Справочник

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