共用方式為


IServerSettings.TapeLoadWaitTime 屬性

Gets or sets the time needed for the loading an instance of SQL Server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("Server_TapeLoadWaitTimeName")> _
<DisplayDescriptionKeyAttribute("Server_TapeLoadWaitTimeDesc")> _
Property TapeLoadWaitTime As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int32
the time needed for the loading.

請參閱

參考

IServerSettings 介面

Microsoft.SqlServer.Management.Smo 命名空間