Updates a Dynamo by using the fully qualified name of the Master Dynamo and its instance.
Syntax
object.Update_A_Dynamo_By_Name (bstrMasterDynamoName, bstrDynamoInstanceName, nDataSourceMismatchOption, bstrChoiceDialogTitle, pnResultCode)
Properties
The Update_A_Dynamo_By_Name method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
bstrMasterDynamoName |
String. The fully qualified name of the Master Dynamo. |
bstrDynamoInstanceName |
String. The fully qualified name of the Dynamo instance. |
nDataSourceMismatchOption |
Integer. The Dynamo mismatch option code: 0 –
Update, but do not apply data sources |
bstrChoiceDialogTitle |
String. If Prompt for choice (3) is entered for the nDataSourceMismatchOption and a mismatch occurs, the bstrChoiceDialogTitle is the caption in the title bar of the Prompt for choice dialog box. |
pnResultCode |
The result code: 0 –
Success |