AvailabilityReplica.ConvertReadOnlyRoutingListToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- tsqlCompatible
- Boolean
Whether the string need to be T-SQL compatible
Returns
The string representation of the specified read-only routing list