Method | Description |
---|
BoundAttachments | Get all the BoundAttachments of this Attribute. |
BoundSecurityProperties | Get all the BoundSecurityProperties of this Attribute. |
DataMovementColumnLinks | Returns a collection of DataMovementLinks that link this column to source/target columns. |
DataMovementRuleLinks | Get all the Bound Data Movement Rules of this Attribute. |
DeleteNamingStandardsTemplate | Unbind this Attribute from the naming standards template by deleting the naming standards template ID from the attribute. |
DeleteReferenceValue | Unbind this Attribute from the reference value by deleting the reference value ID from the attribute. |
EnableOverride | Turn on or off a specified attribute override flag. PARAMETERS: OverrideFlag as Integer, Enable as Boolean. |
GetNamingStandardsTemplate | Returns the naming standards template bound to the attribute or null, if none is bound to the attribute. |
GetParent | Returns the parent Entity of this attribute. |
GetReferenceValue | Returns the reference value bound to the attribute or null, if none is bound to the attribute. |
IsOverrideEnabled | Check if a specified attribute override flag is enabled. PARAMETERS: OverrideFlag as Integer. RETURN DATATYPE: Boolean. |
RepoCheckOutStatus | Get the Check Out status of this Attribute object. DATATYPE: StringObjects. |
RepoVersionHistory | Get the Version History of this Attribute from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. |
SetXMLType | Use to change the XML's type. Pass the collection name and true for DOCUMENT, false for CONTENT. PARAMETERS: IsDocument as Boolean, CollectionName as String. |
SetXMLUnTyped | Use to make the XML datatype of a column untyped (clears CollectionName and DOCUMENT flag). Column has to have datatype XML. For SQL Server 2005 and later. |
UniversalMappings | Returns a collection of universal mappings applied to this object. |
UserComments | Returns a collection of user comments associated with this Attribute. |
UserDefinedMappings | Returns a collection of user defined mappings applied to this object. |
WhereUsedModelUsage | Returns a collection of matches in other models based on the results of a WhereUsed analysis on this object. |