Proprietà ConnectionInfo.ConnectTimeout
Gets the connection timeout information associated with the ConnectionInfo object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ConnectTimeout As Integer
Get
'Utilizzo
Dim instance As ConnectionInfo
Dim value As Integer
value = instance.ConnectTimeout
public int ConnectTimeout { get; }
public:
property int ConnectTimeout {
int get ();
}
member ConnectTimeout : int
function get ConnectTimeout () : int
Valore proprietà
Tipo: System.Int32
An Integer representing the number of seconds before timeout.