ISql90DatabaseOptions.IsMirroringWitnessOn Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsMirroringWitnessOn As Boolean
'Usage
Dim instance As ISql90DatabaseOptions
Dim value As Boolean
value = instance.IsMirroringWitnessOn
instance.IsMirroringWitnessOn = value
bool IsMirroringWitnessOn { get; set; }
property bool IsMirroringWitnessOn {
bool get ();
void set (bool value);
}
function get IsMirroringWitnessOn () : boolean
function set IsMirroringWitnessOn (value : boolean)
Property Value
Type: System.Boolean