Freigeben über


MirroringID-Eigenschaft

Ruft den ID-Wert ab, der die Spiegelungspartnerschaft eindeutig identifiziert.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringID As Guid
    Get
'Usage
Dim instance As Database
Dim value As Guid

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

Eigenschaftswert

Typ: System. . :: . .Guid
Ein Guid-Systemobjektwert, der den ID-Wert der Spiegelungspartnerschaft angibt.