共用方式為


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.

請參閱

參考

Microsoft.MasterDataServices 命名空間