Description Returns whether a database content is copied outside of the same database.
-
Return Type
-
A Boolean value. A Boolean with value True when the object is marked with the 'Local' flag. Failure Returns False. Failure conditions: * pDBNodeOrAttributeType is Not a valid reference of the required object types.
Attribute IsLocal.VB_HelpID = 151XX
Attribute IsLocal.VB_Description = " YYY ."
Attribute IsLocal.VB_Description = " YYY ."
Attribute IsLocal.VB_HelpID = 151XX
-
Syntax
-
object.IsLocal (pDBNodeOrAttributeType, [bCheckTypeOnly])
The IsLocal Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | pDBNodeOrAttributeType | Required. An Object object. A McDBNode, McDBType or McDBAttribType reference specifying the object to check. | | bCheckTypeOnly | Optional. A Boolean value. For McDBNode reference - only check the McDBType of the McDBNode. | Remarks * This setting acts as a filter and therefore does Not fail atomic (All or Nothing) operations. * When True for a McDBNode, the McDBNode will Not be copied outside of the local database (path defined). * When True for a McDBType, the McDBNode of the type will Not be copied outside of the local database (path defined). * When True for a McDBType, the McDBType itself will Not be added to the destination database. * When True for a McDBAttribType, the McDbAttribute will Not be copied outside of the local database (path defined).
|