AvailabilityReplica.ConvertReadOnlyRoutingListToString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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