SearchOption 속성
Gets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SearchOption As SearchOption
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.MasterDataServices. . :: . .SearchOption
A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.