ScriptingFilter 대리자

This class supports the SMO infrastructure and is not intended to be used directly from your code.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Delegate Function ScriptingFilter ( _
    urn As Urn _
) As Boolean
‘사용 방법
Dim instance As New ScriptingFilter(AddressOf HandlerMethod)
public delegate bool ScriptingFilter(
    Urn urn
)
public delegate bool ScriptingFilter(
    Urn^ urn
)
type ScriptingFilter = 
    delegate of 
        urn:Urn -> bool
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수

  • urn
    형식: Urn

반환 값

형식: System. . :: . .Boolean