Share via


TapeLoadWaitTime 屬性

取得或設定 TapeLoadWaitTime 屬性值。

命名空間:  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
Int32

實作

IServerSettings. . :: . .TapeLoadWaitTime