MirroringWitness 属性

获取或设置数据库镜像见证服务器的数据库引擎实例的名称。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringWitness As String
    Get
    Set
用法
Dim instance As Database
Dim value As String

value = instance.MirroringWitness

instance.MirroringWitness = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MirroringWitness { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MirroringWitness {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringWitness : string with get, set
function get MirroringWitness () : String
function set MirroringWitness (value : String)

属性值

类型:System. . :: . .String
一个 String 值,该值指定数据库镜像见证服务器的数据库引擎实例的名称。