Profiler Object:Object Information

From Melissa Data Wiki
Revision as of 21:19, 19 December 2016 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Profiler Object Reference

Profiler Object Interface Navigation
Initialization
Object Information
Enumeration Listing and Parsing
Column Specification
Initiate Profiling
Data Input
Profiling
Table-Based Statistics
Column-Based Statistics
Column-Based String Statistics
Column-Based Numeric Statistics
Column-Based Date/Time Statistics
Column-Based Name Statistics
Column-Based State/Province Statistics
Column-Based Zip/Postal Code Statistics
Column-Based Country Statistics
Column-Based Email Statistics
Column-Based Phone Statistics
Frequency Iterators
Column-Based Value Frequency Table Iteration
Column-Based Value Length Frequency Table Iteration
Column-Based Value Pattern Table Iteration
Column-Based Value Date/Time Table Iteration
Column-Based Value SoundEx Table Iteration
Column-Based Word Table Iteration
Column-Based Word Length Table Iteration
Result Codes
Profiler Object Result Codes
Result Codes


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 const char* = mdProfilerGetBuildNumber(profiler);
.Net string = profiler.GetBuildNumber();


GetDatabaseDate

This function returns the date of your Profiler data files.

Syntax profiler->GetDatabaseDate();
C const char* = mdProfilerGetDatabaseDate(profiler);
.Net string = profiler.GetDatabaseDate();


GetLicenseExpirationDate

This function returns the date when the current License Key expires. License Key issued by Melissa Data are valid a certain period of time. A License Key with an expired expiration date is no longer valid.

Syntax profiler->GetLicenseExpirationDate();
C const char* = mdProfilerGetLicenseExpirationDate(profiler);
.Net string = profiler.GetLicenseExpirationDate();


GetProfileStartDateTime

This function returns the profiling start date and time.

Syntax profiler->GetProfileStartDateTime();
C const char* = mdProfilerGetProfileStartDateTime(profiler);
.Net string = profiler.GetProfileStartDateTime();


GetProfileEndDateTime

This function returns the profiling end date and time.

Syntax profiler->GetProfileEndDateTime();
C const char* = mdProfilerGetProfileEndDateTime(profiler);
.Net string = profiler.GetProfileEndDateTime();