AvailabilityReplica.ReadonlyRoutingList 屬性
Gets or sets the read only routing connection list for the availability replica.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ReadonlyRoutingList As StringCollection
Get
'用途
Dim instance As AvailabilityReplica
Dim value As StringCollection
value = instance.ReadonlyRoutingList
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StringCollection ReadonlyRoutingList { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StringCollection^ ReadonlyRoutingList {
StringCollection^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ReadonlyRoutingList : StringCollection
function get ReadonlyRoutingList () : StringCollection
屬性值
型別:System.Collections.Specialized.StringCollection
The collection of the read only connection for the availability replica.