Propriedade RefreshInterval
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property RefreshInterval As TimeSpan
Get
Set
'Uso
Dim instance As MeasureGroupBinding
Dim value As TimeSpan
value = instance.RefreshInterval
instance.RefreshInterval = value
public TimeSpan RefreshInterval { get; set; }
public:
property TimeSpan RefreshInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member RefreshInterval : TimeSpan with get, set
function get RefreshInterval () : TimeSpan
function set RefreshInterval (value : TimeSpan)
Valor da propriedade
Tipo: System. . :: . .TimeSpan
Consulte também