MirrorToClause.Devices 属性
Gets a list of devices to mirror to.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property Devices As IList(Of DeviceInfo)
Get
用法
Dim instance As MirrorToClause
Dim value As IList(Of DeviceInfo)
value = instance.Devices
public IList<DeviceInfo> Devices { get; }
public:
property IList<DeviceInfo^>^ Devices {
IList<DeviceInfo^>^ get ();
}
member Devices : IList<DeviceInfo>
function get Devices () : IList<DeviceInfo>
属性值
类型:System.Collections.Generic.IList<DeviceInfo>
A list of devices to mirror to.