UserDefinedFunctionParameterCollection.Item Property (String)
SQL Server 2012
Gets a UserDefinedFunctionParameter object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- name
- Type: System.String
A String value that specifies the name of the UserDefinedFunctionParameter object in the UserDefinedFunctionParameterCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionParameterA UserDefinedFunctionParameter object value that represents the user-defined function parameter.
