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 네임스페이스