次の方法で共有


Settings.TapeLoadWaitTime プロパティ

テープ バックアップ デバイスにテープをマウントするのを待機する時間を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TapeLoadWaitTime As Integer 
    Get 
    Set
'使用
Dim instance As Settings 
Dim value As Integer 

value = instance.TapeLoadWaitTime

instance.TapeLoadWaitTime = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int TapeLoadWaitTime { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int TapeLoadWaitTime {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member TapeLoadWaitTime : int with get, set
function get TapeLoadWaitTime () : int 
function set TapeLoadWaitTime (value : int)

プロパティ値

型: System.Int32
テープのマウントを待機する秒数を示す Int32 値です。

使用例

SMO での SQL Server の構成

関連項目

参照

Settings クラス

Microsoft.SqlServer.Management.Smo 名前空間