Поделиться через


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

Contains values specifying the scope of metadata objects to be searched.

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "SearchOption", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration SearchOption
'Применение
Dim instance As SearchOption
[DataContractAttribute(Name = "SearchOption", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SearchOption
[DataContractAttribute(Name = L"SearchOption", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class SearchOption
[<DataContractAttribute(Name = "SearchOption", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SearchOption
public enum SearchOption

Элементы

Имя элемента Описание
UserDefinedObjectsOnly Return only user-defined objects and exlude system objects.
SystemObjectsOnly Return only system objects and exlude user-defined objects.
BothUserDefinedAndSystemObjects Return both user-defined and system objects.

Замечания

SearchOption allows the exclusion or inclusion of user-created and system objects.

См. также

Справочник

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