NameChecker.ValidateParameterName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the specified name of the parameter.
public:
static Microsoft::SqlServer::Dts::Runtime::NameCheckResult ValidateParameterName(System::String ^ parameterName);
public static Microsoft.SqlServer.Dts.Runtime.NameCheckResult ValidateParameterName (string parameterName);
static member ValidateParameterName : string -> Microsoft.SqlServer.Dts.Runtime.NameCheckResult
Public Shared Function ValidateParameterName (parameterName As String) As NameCheckResult
Parameters
- parameterName
- String
The parameter name.
Returns
The name of the parameter.