Proprietà SearchOption
Gets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SearchOption As SearchOption
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .SearchOption
A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.