ParameterBase.CheckParamName Method
Checks the parameter name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CheckParamName ( _
paramName As String _
)
'Usage
Dim paramName As String
Me.CheckParamName(paramName)
protected void CheckParamName(
string paramName
)
protected:
void CheckParamName(
String^ paramName
)
member CheckParamName :
paramName:string -> unit
protected function CheckParamName(
paramName : String
)
Parameters
- paramName
Type: System.String
A String value that specifies the name of the parameter
Examples
Creating, Altering, and Removing Stored Procedures
Creating, Altering, and Removing Indexes