Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the time needed for the loading an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Server_TapeLoadWaitTimeName")> _
<DisplayDescriptionKeyAttribute("Server_TapeLoadWaitTimeDesc")> _
Property TapeLoadWaitTime As Integer
Get
Set
'Usage
Dim instance As IServerSettings
Dim value As Integer
value = instance.TapeLoadWaitTime
instance.TapeLoadWaitTime = value
[DisplayNameKeyAttribute("Server_TapeLoadWaitTimeName")]
[DisplayDescriptionKeyAttribute("Server_TapeLoadWaitTimeDesc")]
int TapeLoadWaitTime { get; set; }
[DisplayNameKeyAttribute(L"Server_TapeLoadWaitTimeName")]
[DisplayDescriptionKeyAttribute(L"Server_TapeLoadWaitTimeDesc")]
property int TapeLoadWaitTime {
int get ();
void set (int value);
}
[<DisplayNameKeyAttribute("Server_TapeLoadWaitTimeName")>]
[<DisplayDescriptionKeyAttribute("Server_TapeLoadWaitTimeDesc")>]
abstract TapeLoadWaitTime : int with get, set
function get TapeLoadWaitTime () : int
function set TapeLoadWaitTime (value : int)
Property Value
Type: System.Int32
the time needed for the loading.