Поделиться через


Свойство MirroringID

Gets the ID value that uniquely identifies the mirroring partnership.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringID As Guid
    Get
'Применение
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

Значение свойства

Тип System. . :: . .Guid
A Guid system object value that specifies the ID value of the mirroring partnership.