DataProviderGetBasicStructureDetails Method |
Get basic details of the structure.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public virtual void GetBasicStructureDetails(
IDisposable connection,
DataStructure dataStructure,
out string newName,
out string newDescription
)
Public Overridable Sub GetBasicStructureDetails (
connection As IDisposable,
dataStructure As DataStructure,
<OutAttribute> ByRef newName As String,
<OutAttribute> ByRef newDescription As String
)
public:
virtual void GetBasicStructureDetails(
IDisposable^ connection,
DataStructure^ dataStructure,
[OutAttribute] String^% newName,
[OutAttribute] String^% newDescription
)
abstract GetBasicStructureDetails :
connection : IDisposable *
dataStructure : DataStructure *
newName : string byref *
newDescription : string byref -> unit
override GetBasicStructureDetails :
connection : IDisposable *
dataStructure : DataStructure *
newName : string byref *
newDescription : string byref -> unit
Parameters
- connection
- Type: SystemIDisposable
A connection to the current DataConnector of the structure. - dataStructure
- Type: Dundas.BI.Data.MetadataDataStructure
The DataStructure to get details of. - newName
- Type: SystemString
The name of the structure. - newDescription
- Type: SystemString
The description of the structure.
Exceptions See Also