Version

ResolveOlapPart<T> Method (IOlapComposition)

Resolves the olap part using passed parameters as building parts.
Syntax
'Declaration
 
Function ResolveOlapPart(Of T As Class)( _
   ByVal ParamArray parameters() As Object _
) As T
T ResolveOlapPart<T>( 
   params object[] parameters
)
where T: class

Parameters

parameters
An array of objects that will be used of building the required.

Type Parameters

T
The type of which we want to create an instance

Return Value

The created object or null if the resolving it's not possible
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also