IAssemblyNameSetProperty Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int SetProperty(
ASM_NAME PropertyId,
IntPtr pvProperty,
int cbProperty
)
Function SetProperty (
PropertyId As ASM_NAME,
pvProperty As IntPtr,
cbProperty As Integer
) As Integer
int SetProperty(
ASM_NAME PropertyId,
IntPtr pvProperty,
int cbProperty
)
function SetProperty(PropertyId, pvProperty, cbProperty);
Parameters
- PropertyId
- Type: DataPA.Utils.QueryEngineASM_NAME
- pvProperty
- Type: SystemIntPtr
- cbProperty
- Type: SystemInt32
Return Value
Type:
Int32See Also