Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Collections.Specialized.StringCollection
The collection of the read only connection for the availability replica.