共用方式為


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 命名空間