Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the ProtocolHandlerTimeout property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property ProtocolHandlerTimeout As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.ProtocolHandlerTimeout
instance.ProtocolHandlerTimeout = value
int ProtocolHandlerTimeout { get; set; }
property int ProtocolHandlerTimeout {
int get ();
void set (int value);
}
abstract ProtocolHandlerTimeout : int with get, set
function get ProtocolHandlerTimeout () : int
function set ProtocolHandlerTimeout (value : int)
Property Value
Type: System.Int32
The ProtocolHandlerTimeout property value.