다음을 통해 공유


Server.TapeLoadWaitTime 속성

Gets or sets the TapeLoadWaitTime property value.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TapeLoadWaitTime As Integer 
    Get 
    Set
‘사용 방법
Dim instance As Server 
Dim value As Integer 

value = instance.TapeLoadWaitTime

instance.TapeLoadWaitTime = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int TapeLoadWaitTime { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property int TapeLoadWaitTime {
    int get () sealed;
    void set (int value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract TapeLoadWaitTime : int with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override TapeLoadWaitTime : int with get, set
final function get TapeLoadWaitTime () : int 
final function set TapeLoadWaitTime (value : int)

속성 값

유형: System.Int32
The TapeLoadWaitTime property value.

구현

IServerSettings.TapeLoadWaitTime

참고 항목

참조

Server 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스