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 url for the availability replica.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ReadonlyRoutingConnectionUrl As String
Get
Set
'Usage
Dim instance As AvailabilityReplica
Dim value As String
value = instance.ReadonlyRoutingConnectionUrl
instance.ReadonlyRoutingConnectionUrl = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ReadonlyRoutingConnectionUrl { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ReadonlyRoutingConnectionUrl {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ReadonlyRoutingConnectionUrl : string with get, set
function get ReadonlyRoutingConnectionUrl () : String
function set ReadonlyRoutingConnectionUrl (value : String)
Property Value
Type: System.String
The read only routing connection url for the availability replica.