AvailabilityReplica.ConvertReadOnlyRoutingListToString Method

Definition

Convert the read-only routing list to its string representation

public static string ConvertReadOnlyRoutingListToString (System.Collections.Generic.IList<System.Collections.Generic.IList<string>> readOnlyRoutingList, bool tsqlCompatible = false);
static member ConvertReadOnlyRoutingListToString : System.Collections.Generic.IList<System.Collections.Generic.IList<string>> * bool -> string
Public Shared Function ConvertReadOnlyRoutingListToString (readOnlyRoutingList As IList(Of IList(Of String)), Optional tsqlCompatible As Boolean = false) As String

Parameters

readOnlyRoutingList
IList<IList<String>>

The read-only routing list

tsqlCompatible
Boolean

Whether the string need to be T-SQL compatible

Returns

The string representation of the specified read-only routing list

Applies to