Propriedade do RDL DacDeployOptions.ScriptRefreshModule
Get or set boolean that specifies whether referencing procedures are refreshed when referenced objects are updated.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
Public Property ScriptRefreshModule As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
True to refresh referencing procedures; otherwise false. Default is true.