Condividi tramite


Proprietà MirroringWitness

Ottiene o imposta il nome dell'istanza Motore di database del server di controllo del mirroring del database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringWitness As String
    Get
    Set
'Utilizzo
Dim instance As Database
Dim value As String

value = instance.MirroringWitness

instance.MirroringWitness = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MirroringWitness { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MirroringWitness {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringWitness : string with get, set
function get MirroringWitness () : String
function set MirroringWitness (value : String)

Valore proprietà

Tipo: System. . :: . .String
Valore String che specifica il nome dell'istanza Motore di database del server di controllo del mirroring del database.