MirroringID-Eigenschaft
Gets the ID value that uniquely identifies the mirroring partnership.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringID As Guid
Get
'Usage
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
Eigenschaftenwert
Typ: System. . :: . .Guid
A Guid system object value that specifies the ID value of the mirroring partnership.