Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Get or set boolean that specifies whether referencing procedures are refreshed when referenced objects are updated.
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ScriptRefreshModule As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
True to refresh referencing procedures; otherwise false. Default is true.