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 命名空间