MirroringID propriété
Gets the ID value that uniquely identifies the mirroring partnership.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringID As Guid
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Guid
A Guid system object value that specifies the ID value of the mirroring partnership.
Voir aussi