Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the RemoteQueryTimeout property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property RemoteQueryTimeout As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The RemoteQueryTimeout property value.