Propriedade do RDL Timeout
Gets the timeout value associated with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Timeout As Integer
Get
'Uso
Dim instance As ConnectionInfo
Dim value As Integer
value = instance.Timeout
public int Timeout { get; }
public:
property int Timeout {
int get ();
}
member Timeout : int
function get Timeout () : int
Valor da propriedade
Tipo: System. . :: . .Int32
The Integer timeout value.