다음을 통해 공유


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 네임스페이스