Get or set boolean that specifies whether referencing procedures are refreshed when referenced objects are updated.
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public ReadOnly Property ScriptRefreshModule As Boolean
Get
用法
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
属性值
类型:System.Boolean
True to refresh referencing procedures; otherwise false. Default is true.