HierarchyMemberPrivilege.ModelId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID of the model that is associated with the hierarchy member security privilege.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ModelId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ ModelId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ModelId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ModelId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

HierarchyMemberPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top