IServerSettings.TapeLoadWaitTime プロパティ
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
読み込みに必要な時間です。