AdministrationMetadataCatalog Members
Include Protected Members
Include Inherited Members
Contains members that administer the Business Data Connectivity (BDC) service Metadata Store.
The AdministrationMetadataCatalog type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LocalizedDisplayName | Gets or sets the localized display name. (Inherited from MetadataObject.) | |
LocalizedDisplayNames | Gets the collection of localized display names. (Inherited from MetadataObject.) | |
Name | Gets or sets the name of the object. (Inherited from MetadataObject.) | |
Properties | Gets the property collection of the object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. (Inherited from MetadataObject.) | |
CopyAclAcrossChildren | Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects. Each individually securable metadata object inherits from this class and provides its own implementation of this method. (Inherited from IndividuallySecurableMetadataObject.) | |
CopyAclAcrossChildrenForSetting | Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects for the specified setting. Each individually securable metadata object inherits from this class and provides its own implementation of this method. (Inherited from IndividuallySecurableMetadataObject.) | |
CopyAclToSetting | Copies the access control list (ACL) from the default setting to the target setting. (Inherited from IndividuallySecurableMetadataObject.) | |
Delete | Deletes the MetadataObject object. (Inherited from MetadataObject.) | |
Equals | (Inherited from Object.) | |
ExportPackage(String, PackageContents) | Returns an XML representation of the metadata model. | |
ExportPackage(String, PackageContents, String) | Returns an XML representation of the metadata model using the model name, the package contents, and the setting identifier. | |
ExportPackage(String, Stream, Encoding, PackageContents) | Generates an XML representation of the metadata model using the specified model name, and package contents and writes this XML to the specified stream using the specified encoding. | |
ExportPackage(String, Stream, Encoding, PackageContents, String) | Generates an XML representation of the metadata model using the specified model name, package contents, and setting identifier and writes this XML to the specified stream using the specified encoding. | |
Finalize | (Inherited from Object.) | |
GetAccessControlList() | Gets the access control list for this metadata object. (Inherited from AccessControlledMetadataObject.) | |
GetAccessControlList(String) | Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.) | |
GetAccessControlList(String, Boolean) | Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.) | |
GetEntities | Gets a collection of external content types from the Metadata Store. | |
GetEntity | Gets the active external content type using the specified name and namespace. | |
GetEntityVersion | Gets the external content type by using its name, namespace, and version. | |
GetHashCode | (Inherited from Object.) | |
GetImportProgress | Gets the progress of the import process. | |
GetLobSystem | Gets the external system using the specified name. | |
GetLobSystems | Gets the collection of external systems whose names match the specified wildcard name. | |
GetModel | Gets the metadata model using the specified name. | |
GetModels | Gets the collection of metadata models whose names match the specified wildcard name. | |
GetType | (Inherited from Object.) | |
ImportPackage(String, [], PackageContents) | Imports the model given in the XML into the Metadata Store. | |
ImportPackage(Stream, [], Encoding, PackageContents) | Imports the model from the specified stream into the Metadata Store using the specified encoding and package contents. | |
ImportPackage(String, [], PackageContents, String) | Imports the model given in the XML into the Metadata Store using the specified package contents and setting. | |
ImportPackage(Stream, [], Encoding, PackageContents, String) | Imports the model from the specified stream into the Metadata Store using the specified encoding and package contents. | |
ImportPackage(String, [], PackageContents, String, Boolean, Guid) | Imports the model given in the XML into the Metadata Store using the specified package contents, setting, update model, and job ID. | |
MemberwiseClone | (Inherited from Object.) | |
Read | When overridden in a derived class, reads the metadata object from the metadata store and creates an object. (Inherited from MetadataObject.) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.) | |
SetAccessControlList(IAccessControlList) | Sets the access control list (ACL) for an individually securable metadata object. (Inherited from IndividuallySecurableMetadataObject.) | |
SetAccessControlList(IAccessControlList, String) | Sets the access control list (ACL) for an individually securable metadata object for the specified setting. (Inherited from IndividuallySecurableMetadataObject.) | |
ToString | (Inherited from Object.) | |
Update | Updates the object. (Inherited from MetadataObject.) | |
WriteSlicedXml | Writes a sliced XML fragment in the metadata store. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Not supported, and if invoked throws a NotSupportedException exception. (Overrides MetadataObject.WriteXml(PackageContents).) | |
WriteXml(PackageContents, String) | Not supported, and if invoked throws a NotSupportedException exception. (Overrides MetadataObject.WriteXml(PackageContents, String).) |
Top