Partilhar via


Propriedade do RDL AvailabilityReplica.SessionTimeout

Gets or sets the timeout of the availability replica.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SessionTimeout As Integer 
    Get 
    Set
'Uso
Dim instance As AvailabilityReplica 
Dim value As Integer 

value = instance.SessionTimeout

instance.SessionTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int SessionTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int SessionTimeout {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SessionTimeout : int with get, set
function get SessionTimeout () : int 
function set SessionTimeout (value : int)

Valor da propriedade

Tipo: System.Int32
The timeout of the availability replica.

Consulte também

Referência

AvailabilityReplica Classe

Namespace Microsoft.SqlServer.Management.Smo