HierarchyMemberPrivilegesCriteria.ResultType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a result type.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.ResultType

A new instance of type ResultType.

See Also

HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices Namespace

Return to top