Partager via


Propriété Timeout

Gets the timeout value associated with the ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Timeout As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32
The Integer timeout value.