Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values specifying the scope of metadata objects to be searched.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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 | |
|---|---|---|
| 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. |
Remarks
SearchOption allows the exclusion or inclusion of user-created and system objects.