次の方法で共有


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 値です。