Compartir a través de


PartnerAlterDatabaseOption.Timeout (Propiedad)

Obtiene o establece el tiempo de espera.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Timeout As Literal
    Get
    Set
public Literal Timeout { get; set; }
public:
property Literal^ Timeout {
    Literal^ get ();
    void set (Literal^ value);
}
member Timeout : Literal with get, set
function get Timeout () : Literal
function set Timeout (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Comentarios

Opcional

Seguridad de .NET Framework

Vea también

Referencia

PartnerAlterDatabaseOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)