Compartir a través de


Server.TapeLoadWaitTime Propiedad

Gets or sets the TapeLoadWaitTime property value.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TapeLoadWaitTime As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The TapeLoadWaitTime property value.

Implementa

IServerSettings.TapeLoadWaitTime

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo