Proprietà DataSource.Timeout

Gets or sets the length of time that must pass for timeout to occur on a DataSource connection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Timeout As TimeSpan 
    Get 
    Set
'Utilizzo
Dim instance As DataSource 
Dim value As TimeSpan 

value = instance.Timeout

instance.Timeout = value
public TimeSpan Timeout { get; set; }
public:
property TimeSpan Timeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
member Timeout : TimeSpan with get, set
function get Timeout () : TimeSpan 
function set Timeout (value : TimeSpan)

Valore proprietà

Tipo: System.TimeSpan
The length of time specified.

Vedere anche

Riferimento

DataSource Classe

Spazio dei nomi Microsoft.AnalysisServices