Méthode ParameterBase.CheckParamName
Checks the parameter name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub CheckParamName ( _
paramName As String _
)
'Utilisation
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
)
Paramètres
- paramName
Type : System.String
A String value that specifies the name of the parameter
Exemples
Création, modification et suppression des procédures stockées
Création, modification et suppression d'index