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. |