RemoteQueryTimeout 屬性
Gets or sets the RemoteQueryTimeout property value.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Property RemoteQueryTimeout As Integer
Get
Set
'用途
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.RemoteQueryTimeout
instance.RemoteQueryTimeout = value
int RemoteQueryTimeout { get; set; }
property int RemoteQueryTimeout {
int get ();
void set (int value);
}
abstract RemoteQueryTimeout : int with get, set
function get RemoteQueryTimeout () : int
function set RemoteQueryTimeout (value : int)