次の方法で共有


RestoreStatement.Devices プロパティ

復元元のデバイスの一覧を取得します。

名前空間:  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 RestoreStatement 
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>
復元元のデバイスの一覧。

関連項目

参照

RestoreStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間