다음을 통해 공유


MirroringID 속성

Gets the ID value that uniquely identifies the mirroring partnership.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.