Свойство 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.

См. также

Справочник

MirrorToClause Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom