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.