Propriété DataSource.Timeout
Gets or sets the length of time that must pass for timeout to occur on a DataSource connection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Timeout As TimeSpan
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.TimeSpan
The length of time specified.