ConnectorElementDataNativeStructureName Property |
Gets or sets the native structure (table) name.
If the name has been changed then it will return the transform name.
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 = "nativeStructureName", EmitDefaultValue = false)]
public string NativeStructureName { get; set; }
<DataMemberAttribute(Name := "nativeStructureName", EmitDefaultValue := false)>
Public Property NativeStructureName As String
Get
Set
public:
[DataMemberAttribute(Name = L"nativeStructureName", EmitDefaultValue = false)]
property String^ NativeStructureName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "nativeStructureName", EmitDefaultValue = false)>]
member NativeStructureName : string with get, set
Property Value
Type:
StringSee Also