Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the read only routing connection list for the availability replica.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ReadonlyRoutingList As StringCollection
Get
'Usage
Dim instance As AvailabilityReplica
Dim value As StringCollection
value = instance.ReadonlyRoutingList
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StringCollection ReadonlyRoutingList { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StringCollection^ ReadonlyRoutingList {
StringCollection^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ReadonlyRoutingList : StringCollection
function get ReadonlyRoutingList () : StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
The collection of the read only connection for the availability replica.