Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set boolean that specifies whether referencing procedures are refreshed when referenced objects are updated.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property ScriptRefreshModule As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.ScriptRefreshModule
instance.ScriptRefreshModule = value
public bool ScriptRefreshModule { get; set; }
public:
property bool ScriptRefreshModule {
bool get ();
void set (bool value);
}
member ScriptRefreshModule : bool with get, set
function get ScriptRefreshModule () : boolean
function set ScriptRefreshModule (value : boolean)
Property Value
Type: System.Boolean
True to refresh referencing procedures; otherwise false. Default is true.