Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the search options to use during API get operations.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SearchOption", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration SearchOption
'Usage
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
Members
Member name | Description | |
---|---|---|
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. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace