共用方式為


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.