Propriété RemoteQueryTimeout
Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Délai d'attente de la requête distante.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RemoteQueryTimeout As ConfigProperty
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.RemoteQueryTimeout
public ConfigProperty RemoteQueryTimeout { get; }
public:
property ConfigProperty^ RemoteQueryTimeout {
ConfigProperty^ get ();
}
member RemoteQueryTimeout : ConfigProperty
function get RemoteQueryTimeout () : ConfigProperty
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Délai d'attente de la requête distante.
Notes
This property specifies the time, in seconds, to wait for a remote operation before timing out.
Voir aussi