MirroringSafetyLevel プロパティ
ミラーリングの安全性レベルを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property MirroringSafetyLevel As MirroringSafetyLevel
Get
Set
'使用
Dim instance As Database
Dim value As MirroringSafetyLevel
value = instance.MirroringSafetyLevel
instance.MirroringSafetyLevel = value
[SfcPropertyAttribute]
public MirroringSafetyLevel MirroringSafetyLevel { get; set; }
[SfcPropertyAttribute]
public:
property MirroringSafetyLevel MirroringSafetyLevel {
MirroringSafetyLevel get ();
void set (MirroringSafetyLevel value);
}
[<SfcPropertyAttribute>]
member MirroringSafetyLevel : MirroringSafetyLevel with get, set
function get MirroringSafetyLevel () : MirroringSafetyLevel
function set MirroringSafetyLevel (value : MirroringSafetyLevel)
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .MirroringSafetyLevel
ミラーリングの安全性レベルを示す MirroringSafetyLevel オブジェクトの値。