Language

AvailabilityReplica.ConvertReadOnlyRoutingListToString メソッド

定義

読み取り専用ルーティング リストを文字列形式に変換する

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

パラメーター

readOnlyRoutingList
IList<IList<String>>

読み取り専用ルーティング リスト

tsqlCompatible
Boolean

文字列が T-SQL 互換である必要があるかどうか

返品

指定した読み取り専用ルーティング リストの文字列形式

適用対象