다음을 통해 공유


Parameter.CheckParameterName 메서드

Validates the specified parameter name.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Protected Shared Sub CheckParameterName ( _
    parameterName As String _
)
‘사용 방법
Dim parameterName As String 

Parameter.CheckParameterName(parameterName)
protected static void CheckParameterName(
    string parameterName
)
protected:
static void CheckParameterName(
    String^ parameterName
)
static member CheckParameterName : 
        parameterName:string -> unit
protected static function CheckParameterName(
    parameterName : String
)

매개 변수

주의

Throws an exception if the specified parameter name is invalid.

참고 항목

참조

Parameter 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스