StorageOptionsIncrementParameterIds Property |
Gets the increment parameter IDs for incremental warehouse.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "incrementParameterIds")]
public IList<Guid> IncrementParameterIds { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "incrementParameterIds")>
Public ReadOnly Property IncrementParameterIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"incrementParameterIds")]
property IList<Guid>^ IncrementParameterIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "incrementParameterIds")>]
member IncrementParameterIds : IList<Guid> with get
Property Value
Type:
IListGuid
The increment parameter IDs.
See Also