DataProviderGetBasicStructureDetails Method |
Get basic details of the structure.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 IDisposable
- A connection to the current DataConnector of the structure.
- dataStructure DataStructure
- The DataStructure to get details of.
- newName String
- The name of the structure.
- newDescription String
- The description of the structure.
Exceptions
See Also