次の方法で共有


BackupStatement.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 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>
バックアップによりデータを置く場所の一覧。

関連項目

参照

BackupStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間