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 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.