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 collection of failover options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of AlterAvailabilityGroupFailoverOption)
Get
'Usage
Dim instance As AlterAvailabilityGroupFailoverAction
Dim value As IList(Of AlterAvailabilityGroupFailoverOption)
value = instance.Options
public IList<AlterAvailabilityGroupFailoverOption> Options { get; }
public:
property IList<AlterAvailabilityGroupFailoverOption^>^ Options {
IList<AlterAvailabilityGroupFailoverOption^>^ get ();
}
member Options : IList<AlterAvailabilityGroupFailoverOption>
function get Options () : IList<AlterAvailabilityGroupFailoverOption>
Property Value
Type: System.Collections.Generic.IList<AlterAvailabilityGroupFailoverOption>
The collection of failover options.