AvailabilityReplica.Options Property
SQL Server 2012
Gets the collection of replica options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public ReadOnly Property Options As IList(Of AvailabilityReplicaOption) Get 'Usage Dim instance As AvailabilityReplica Dim value As IList(Of AvailabilityReplicaOption) value = instance.Options
Property Value
Type: System.Collections.Generic.IList(Of AvailabilityReplicaOption)The collection of replica options.
