Database.MirroringSafetySequence プロパティ
ミラーリング パートナーの安全性レベルのロール シーケンス番号を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringSafetySequence As Integer
Get
'使用
Dim instance As Database
Dim value As Integer
value = instance.MirroringSafetySequence
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MirroringSafetySequence { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int MirroringSafetySequence {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringSafetySequence : int
function get MirroringSafetySequence () : int
プロパティ値
型: System.Int32
ミラーリング パートナーの安全性レベルのシーケンス番号を示す Int32 値。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間