ServerRoleExtender.MemberNameIsMemberHash Property

 

Applies To: SQL Server 2016 Preview

Gets a Dictionary<TKey, TValue> which keeps membership information for the role.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public Dictionary<string, bool> MemberNameIsMemberHash { get; }
public:
property Dictionary<String^, bool>^ MemberNameIsMemberHash {
    Dictionary<String^, bool>^ get();
}
member MemberNameIsMemberHash : Dictionary<string, bool> with get
Public ReadOnly Property MemberNameIsMemberHash As Dictionary(Of String, Boolean)

Property Value

Type: System.Collections.Generic.Dictionary<StringBoolean>

A Dictionary<TKey, TValue> which keeps membership information for the role.

See Also

ServerRoleExtender Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top