DataConnectorDataAllowSessionSchemas Property |
Gets or sets a value indicating whether transforms based on this data connector can change their session schema.
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 = "allowSessionSchemas", EmitDefaultValue = false)]
public bool AllowSessionSchemas { get; set; }
<DataMemberAttribute(Name := "allowSessionSchemas", EmitDefaultValue := false)>
Public Property AllowSessionSchemas As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"allowSessionSchemas", EmitDefaultValue = false)]
property bool AllowSessionSchemas {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "allowSessionSchemas", EmitDefaultValue = false)>]
member AllowSessionSchemas : bool with get, set
Property Value
Type:
Boolean if this data connector allows changing session schema; otherwise,
.
Exceptions Exception | Condition |
---|
InvalidSchemaException | The provider has not been set or provider does not support setting a session schema. |
See Also