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