Partager via


Propriété SqlDeploymentOptions.ScriptRefreshModule

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

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

Syntaxe

'Déclaration
Public ReadOnly Property ScriptRefreshModule As Boolean 
    Get
'Utilisation
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.ScriptRefreshModule
public bool ScriptRefreshModule { get; }
public:
property bool ScriptRefreshModule {
    bool get ();
}
member ScriptRefreshModule : bool
function get ScriptRefreshModule () : boolean

Valeur de propriété

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

Voir aussi

Référence

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment