ReplaceDataConnectorOptionsNativeStructureToReplaceWithId Property |
Gets or sets the ID of the native structure to replace with.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "nativeStructureToReplaceWithId")]
public Guid? NativeStructureToReplaceWithId { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "nativeStructureToReplaceWithId")>
Public Property NativeStructureToReplaceWithId As Guid?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"nativeStructureToReplaceWithId")]
property Nullable<Guid> NativeStructureToReplaceWithId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "nativeStructureToReplaceWithId")>]
member NativeStructureToReplaceWithId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
ID of the native structure to replace the current select transform with.
See Also