DataSource.Timeout Propiedad
Gets or sets the length of time that must pass for timeout to occur on a DataSource connection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property Timeout As TimeSpan
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.TimeSpan
The length of time specified.