GenerateMetricSetOptionsDataConnectorId Property |
Gets or sets the ID of the data connector to use. This is a blind method that will just pick some default structure.
This is mostly used when the user uploads an Excel file and doesn't specify which sheet.
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(Name = "dataConnectorId", EmitDefaultValue = false)]
public Guid DataConnectorId { get; set; }
<DataMemberAttribute(Name := "dataConnectorId", EmitDefaultValue := false)>
Public Property DataConnectorId As Guid
Get
Set
public:
[DataMemberAttribute(Name = L"dataConnectorId", EmitDefaultValue = false)]
property Guid DataConnectorId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Name = "dataConnectorId", EmitDefaultValue = false)>]
member DataConnectorId : Guid with get, set
Property Value
Type:
Guid
The ID of the data connector.
See Also