This document is archived and information here might be outdated. Recommended version. |
The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.
[Visual Basic .NET] Public Property VariableTypes As IPropertySet
[C#] public IPropertySet VariableTypes {get; set;}
[C++]
HRESULT get_VariableTypes(
IPropertySet** ppVariableTypes
);
[C++]
HRESULT putref_VariableTypes(
IPropertySet* ppVariableTypes
);
[C++] Parameters ppVariableTypes [out, retval]
ppVariableTypes is a parameter of type IPropertySet** ppVariableTypes [in]
ppVariableTypes is a parameter of type IPropertySet*