ServerRoleExtender.ServerRoleNameHasMembershipHash Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

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

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

See Also

ServerRoleExtender Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top