Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.