IDbConnection.ConnectionTimeout Özelliği
Alır saat , Deneme girişimini sonlandırıp bir hata oluşturmadan önce bir bağlantı kurmaya çalışırken beklenecek.
Ad Alanı: Microsoft.ReportingServices.DataProcessing
Derlemeler: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces içinde.dll)
Sözdizimi
'Bildirim
ReadOnly Property ConnectionTimeout As Integer
Get
'Kullanım
Dim instance As IDbConnection
Dim value As Integer
value = instance.ConnectionTimeout
int ConnectionTimeout { get; }
property int ConnectionTimeout {
int get ();
}
abstract ConnectionTimeout : int
function get ConnectionTimeout () : int
Özellik Değeri
Tür: System.Int32
Açıklamalar
Değeri, 0 bekleme saat için bir sınır yoktur, yerine hiç bekleme süresini gösterir ve de kaçınılması gereken bir ConnectionString süresiz olarak bekleme girişimi bağlantı oluşturacağından.
Özellik değerleri
saat (Bir bağlantı açmak beklemek de saniye).Varsayılan değer 15 saniyedir.