Aracılığıyla paylaş


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

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TapeLoadWaitTime As Integer
    Get
    Set
'Kullanım
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)

Property Value

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

Examples

Configuring SQL Server in SMO

See Also

Reference

Settings Class

Microsoft.SqlServer.Management.Smo Namespace