ParameterBase.CheckParamName Method (String)

 

Applies To: SQL Server 2016 Preview

Checks the parameter name.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

protected void CheckParamName(
    string paramName
)
protected:
void CheckParamName(
    String^ paramName
)
member CheckParamName : 
        paramName:string -> unit
Protected Sub CheckParamName (
    paramName As String
)

Parameters

Examples

Legacy Code Example

Creating, Altering, and Removing Stored Procedures

Creating, Altering, and Removing Indexes

See Also

ParameterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top