MetadataSearchCriteria.SearchOption Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public SearchOption SearchOption { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property SearchOption SearchOption {
    SearchOption get();
    void set(SearchOption value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SearchOption : SearchOption with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property SearchOption As SearchOption

Property Value

Type: Microsoft.MasterDataServices.SearchOption

A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.

See Also

MetadataSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top