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

Specifies the search options to use during API get operations.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.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

Элементы

Имя элемента Описание
BothUserDefinedAndSystemObjects The scope of the search will be in both the user-defined and system objects.
SystemObjectsOnly The scope of the search will be in the system objects only.
UserDefinedObjectsOnly The scope of the search will be in the user-defined objects only.

См. также

Справочник

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