หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Validates the specified parameter name.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Protected Shared Sub CheckParameterName ( _
parameterName As String _
)
'Usage
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
)
Parameters
- parameterName
Type: System.String
The parameter name.
Remarks
Throws an exception if the specified parameter name is invalid.