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.