BackupStatement.Devices 属性

Gets or sets where backup should put data.

命名空间:  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 BackupStatement 
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>
The list where backup should put data.

请参阅

参考

BackupStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间