다음을 통해 공유


ExpressionNode.SetHasScript 메서드

Sets the Boolean value for the HasScript property.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Protected Sub SetHasScript ( _
    value As Boolean _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

ExpressionNode 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스