Partager via


Propriété DacDeployOptions.ScriptRefreshModule

Get or set boolean that specifies whether referencing procedures are refreshed when referenced objects are updated.

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Property ScriptRefreshModule As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
True to refresh referencing procedures; otherwise false. Default is true.

Voir aussi

Référence

DacDeployOptions Classe

Espace de noms Microsoft.SqlServer.Dac