Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.