Profiler Object:Object Information: Difference between revisions
Jump to navigation
Jump to search
Created page with " ← Profiler Object Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size..." |
No edit summary |
||
Line 27: | Line 27: | ||
{| class="mw-collapsible mw-collapsed" style="width:100%;" | {| class="mw-collapsible mw-collapsed" style="width:100%;" | ||
|- align="left" | |- align="left" | ||
! style="color:black;"|[[Profiler Object:Column-Based Statistics|Column-Based Statistics]] | ! style="color:black; text-align:left;"|[[Profiler Object:Column-Based Statistics|Column-Based Statistics]] | ||
|- | |- | ||
|[[Profiler Object:Column-Based String Statistics|Column-Based String Statistics]] | |[[Profiler Object:Column-Based String Statistics|Column-Based String Statistics]] | ||
Line 52: | Line 52: | ||
{| class="mw-collapsible mw-collapsed" style="width:100%;" | {| class="mw-collapsible mw-collapsed" style="width:100%;" | ||
|- align="left" | |- align="left" | ||
! style="color:black;"|[[Profiler Object:Iterators|Iterators]] | ! style="color:black; text-align:left;"|[[Profiler Object:Iterators|Iterators]] | ||
|- | |- | ||
|[[Profiler Object:Column-Based Value Frequency Table Iteration|Column-Based Value Frequency Table Iteration]] | |[[Profiler Object:Column-Based Value Frequency Table Iteration|Column-Based Value Frequency Table Iteration]] | ||
Line 73: | Line 73: | ||
{| class="mw-collapsible mw-collapsed" style="width:100%;" | {| class="mw-collapsible mw-collapsed" style="width:100%;" | ||
|- align="left" | |- align="left" | ||
! style="color:black;"|[[Profiler Object:Result Codes|Result Codes]] | ! style="color:black; text-align:left;"|[[Profiler Object:Result Codes|Result Codes]] | ||
|- | |- | ||
|[[Returned Result Codes:APIs#Profiler Object|Returned Result Codes]] | |[[Returned Result Codes:APIs#Profiler Object|Returned Result Codes]] |
Revision as of 18:49, 2 February 2015
GetBuildNumber
This function returns a string value containing the current development release build number of the Profiler Object. This is usually a four-character string. If you are running the Demo version of Profiler Object, the word DEMO will be appended to the build number.
Syntax | profiler->GetBuildNumber(); |
---|---|
C | string = mdProfilerGetBuildNumber(profiler); |
.Net | string = profiler.GetBuildNumber(); |
GetDatabaseDate
This function returns the date of your Email data files.
Syntax | profiler->GetDatabaseDate(); |
---|---|
C | string = mdProfilerGetDatabaseDate(profiler); |
.Net | string = profiler.GetDatabaseDate(); |
GetLicenseExpirationDate
This function returns the date when the current license string expires. License strings issued by Melissa Data are valid a certain period of time. A license string with an expired expiration date is no longer valid.
Syntax | profiler->GetLicenseExpirationDate(); |
---|---|
C | string = mdProfilerGetLicenseExpirationDate(profiler); |
.Net | string = profiler.GetLicenseExpirationDate(); |