Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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(SfcPropertyFlags.Standalone)> _
Public Property TapeLoadWaitTime As Integer
Get
Set
'Usage
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.