Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the Boolean value for the HasScript property.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Sub SetHasScript ( _
value As Boolean _
)
'Usage
Dim value As Boolean
Me.SetHasScript(value)
protected void SetHasScript(
bool value
)
protected:
void SetHasScript(
bool value
)
member SetHasScript :
value:bool -> unit
protected function SetHasScript(
value : boolean
)
Parameters
- value
Type: System.Boolean
A Boolean value.