Share via


AvailabilityGroupReplica.GetLoginsForRemoteReplicas Method

Definition

Retrieve a list of pairs of a login name and if it exists in the replica KeyValuePair contains a localServiceAccount and a flag for the existance of sid

public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,bool>> GetLoginsForRemoteReplicas (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<byte[],string>> sidServiceAccountPairCollection);
member this.GetLoginsForRemoteReplicas : seq<System.Collections.Generic.KeyValuePair<byte[], string>> -> seq<System.Collections.Generic.KeyValuePair<string, bool>>
Public Function GetLoginsForRemoteReplicas (sidServiceAccountPairCollection As IEnumerable(Of KeyValuePair(Of Byte(), String))) As IEnumerable(Of KeyValuePair(Of String, Boolean))

Parameters

sidServiceAccountPairCollection
IEnumerable<KeyValuePair<Byte[],String>>

Returns

Applies to