CheckParamName méthode
Checks the parameter name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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
Voir aussi