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.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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.