BusinessDataAdminFreeThreaded Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use this class to import and export profile catalogs from the profile data store.
The BusinessDataAdminFreeThreaded type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessDataAdminFreeThreaded | Initializes a new instance of the BusinessDataAdminFreeThreaded class. |
Top
Methods
Name | Description | |
---|---|---|
Connect | Use this method to connect the object to the profile data store. | |
CreateDataSource | Creates a new data source in a catalog. | |
CreateProfile | Creates a new profile definitions in a catalog. | |
DeleteDataSource | Deletes the specified data-source and any contained objects/members. | |
DeleteProfile | Deletes the specified profile. | |
Dispose | Overloaded. Releases the unmanaged and managed resources used by this object. | |
Equals | (Inherited from Object.) | |
ExportCatalog | Exports the profile catalog (profile schema) in the business data store to an XML file. | |
Finalize | Allows a BusinessDataAdminFreeThreaded object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Overrides Object..::.Finalize()()().) | |
GetCatalogs | Retrieves a list of all catalogs in the profiles data store, as well as all profiles in each catalog. | |
GetDataSource | Retrieves the specified data-source from the specified catalog. | |
GetHashCode | (Inherited from Object.) | |
GetProfile | Retrieves the specified profile from the specified catalog. | |
GetProfileAttribute | Retrieves the specified attribute from the specified catalog/profile/property in the profile data store. | |
GetProfileDomains | Returns an ADO Recordset object with a single column entitled "ADDomainName". | |
GetSourceAttribute | Retrieves the specified attribute from the specified catalog/data-source/source-info|data-object/data-member in the profile data store. | |
GetType | (Inherited from Object.) | |
ImportCatalog | Loads an XML document describing a profile-catalog from the specified fileURL, and imports the catalog into the current profile data store. | |
MemberwiseClone | (Inherited from Object.) | |
SetProfileAttribute | Sets the specified attribute on the specified catalog/profile/group/ property in the profile data store. | |
SetSourceAttribute | Sets the specified attribute from the specified catalog/data-source/source-info|data-object/data-member in the profile data store. | |
ToString | (Inherited from Object.) | |
UpdateCatalog | Performs catalog node updates / creates. |
Top
Properties
Name | Description | |
---|---|---|
BizDataConnection | Gets or sets the connection to the profile data store. |
Top