Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.