|
ApplicationOptionsAagInstances Property |
This value is the instance name corresponding to the SQL AlwaysOn Availability Group Server. This value should never contain more than one entry.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic IEnumerable<string> AagInstances { get; set; }
Public Property AagInstances As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ AagInstances {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
function get_AagInstances();
function set_AagInstances(value);
Property Value
Type:
IEnumerableString
See Also