Freigeben über


MirrorToClause.Devices-Eigenschaft

Gets a list of devices to mirror to.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Devices As IList(Of DeviceInfo)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<DeviceInfo>
A list of devices to mirror to.

Siehe auch

Verweis

MirrorToClause Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace