IServerConfigurationFacet.RemoteLoginTimeout Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the RemoteLoginTimeout property value.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

int RemoteLoginTimeout { get; set; }
property int RemoteLoginTimeout {
    int get();
    void set(int value);
}
abstract RemoteLoginTimeout : int with get, set
Property RemoteLoginTimeout As Integer

Property Value

Type: System.Int32

The RemoteLoginTimeout property value.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top