MirroringID プロパティ
ミラーリング パートナーシップを一意に識別する ID 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringID As Guid
Get
'使用
Dim instance As Database
Dim value As Guid
value = instance.MirroringID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid MirroringID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid MirroringID {
Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringID : Guid
function get MirroringID () : Guid
プロパティ値
型: System. . :: . .Guid
ミラーリング パートナーシップの ID 値を示す Guid システム オブジェクトの値。