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 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)
Eigenschaftswert
Typ: System.String
The read only routing connection url for the availability replica.