IProviderConnectorAllowSessionSchemas Property |
Gets or sets a value indicating whether transforms based on this data connector can change their session schema.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool AllowSessionSchemas { get; }
ReadOnly Property AllowSessionSchemas As Boolean
Get
property bool AllowSessionSchemas {
bool get ();
}
abstract AllowSessionSchemas : bool with get
Property Value
Type:
Boolean if this data connector allows changing session schema; otherwise,
.
See Also