Partager via


Propriété MetadataSearchCriteria.SearchOption

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SearchOption As SearchOption
    Get
    Set
'Utilisation
Dim instance As MetadataSearchCriteria
Dim value As SearchOption

value = instance.SearchOption

instance.SearchOption = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SearchOption SearchOption { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SearchOption SearchOption {
    SearchOption get ();
    void set (SearchOption value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SearchOption : SearchOption with get, set
function get SearchOption () : SearchOption
function set SearchOption (value : SearchOption)

Valeur de propriété

Type : Microsoft.MasterDataServices.SearchOption
A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.

Voir aussi

Référence

MetadataSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices