TapeLoadWaitTime 属性

Gets or sets the time to wait for a tape to load on a tape backup device.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public Property TapeLoadWaitTime As Integer
    Get
    Set
用法
Dim instance As Settings
Dim value As Integer

value = instance.TapeLoadWaitTime

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

属性值

类型:System. . :: . .Int32
An Int32 value that indicates the number of seconds to wait for the tape to be loaded.