Description
McDBTransaction objects are associated with a string name, which must be unique within the namespace of McDBTransactions issued on the McDBDatabases collection. This property, contains this friendly Name, which may be both read and written.
-
Property type
-
A String value.
-
Syntax
-
object.Name [= value]
The Name Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBTransaction. | | value | A String value. | Remarks
Changing this property has no effect on objects within it.
|