Propriedade do RDL SearchOption
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 (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SearchOption As SearchOption
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.MasterDataServices. . :: . .SearchOption
A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.