BackupStatement.Devices プロパティ

バックアップがデータを配置する場所を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property Devices As IList(Of DeviceInfo)
'使用
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 ();
}
public function get Devices () : IList<DeviceInfo>

プロパティ値

型 : System.Collections.Generic.IList<DeviceInfo>
DeviceInfoCollection を返します。

参照

参照

BackupStatement クラス

BackupStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間