Sdílet prostřednictvím


Settings.TapeLoadWaitTime Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property TapeLoadWaitTime As Integer
    Get
    Set
'Usage
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)

Property Value

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