Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the amount of time, in seconds, to wait before putting the message in the queue.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property Timeout As ScalarExpression
Get
Set
'Uso
Dim instance As BeginConversationTimerStatement
Dim value As ScalarExpression
value = instance.Timeout
instance.Timeout = value
public ScalarExpression Timeout { get; set; }
public:
property ScalarExpression^ Timeout {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Timeout : ScalarExpression with get, set
function get Timeout () : ScalarExpression
function set Timeout (value : ScalarExpression)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The amount of time, in seconds, to wait before putting the message in the queue.
Vea también
Referencia
BeginConversationTimerStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom