ValidationSearchCriteria.MemberTypeId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the member type.

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

Syntax

[DataMemberAttribute]
public Nullable<MemberType> MemberTypeId { get; set; }
public:
[DataMemberAttribute]
property Nullable<MemberType> MemberTypeId {
    Nullable<MemberType> get();
    void set(Nullable<MemberType> value);
}
[<DataMemberAttribute>]
member MemberTypeId : Nullable<MemberType> with get, set
<DataMemberAttribute>
Public Property MemberTypeId As Nullable(Of MemberType)

Property Value

Type: System.Nullable<MemberType>

One of the values of MemberType. Possible values are Leaf, Consolidation, Collection, CollectionMember, Hierarchy, and NotSpecified.

See Also

ValidationSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top