Enumeración SearchOption
Specifies the search options to use during API get operations.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "SearchOption", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration SearchOption
'Uso
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
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts