Langue

AvailabilityReplica.ConvertReadOnlyRoutingListToString Méthode

Définition

Convertir la liste de routage en lecture seule en sa représentation sous forme de chaîne

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

Paramètres

readOnlyRoutingList
IList<IList<String>>

Liste de routage en lecture seule

tsqlCompatible
Boolean

Indique si la chaîne doit être compatible T-SQL

Retours

Représentation sous forme de chaîne de la liste de routage en lecture seule spécifiée

S’applique à