Condividi tramite


Proprietà MirroringID

Gets the ID value that uniquely identifies the mirroring partnership.

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

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringID As Guid
    Get
'Utilizzo
Dim instance As Database
Dim value As Guid

value = instance.MirroringID
[SfcPropertyAttribute]
public Guid MirroringID { get; }
[SfcPropertyAttribute]
public:
property Guid MirroringID {
    Guid get ();
}
[<SfcPropertyAttribute>]
member MirroringID : Guid
function get MirroringID () : Guid

Valore proprietà

Tipo: System. . :: . .Guid
A Guid system object value that specifies the ID value of the mirroring partnership.