GenerateDataCubeOptionsNativeObjectType Property |
Gets or sets the type of the native object to generate this MetricSet from.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "nativeObjectType")]
public ObjectType NativeObjectType { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "nativeObjectType")>
Public Property NativeObjectType As ObjectType
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"nativeObjectType")]
property ObjectType NativeObjectType {
ObjectType get ();
void set (ObjectType value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "nativeObjectType")>]
member NativeObjectType : ObjectType with get, set
Property Value
Type:
ObjectType
The type of the native object.
See Also