Partager via


Classe UserDefinedFunctionParameterCollection

The UserDefinedFunctionParameterCollection class represents a collection of UserDefinedFunctionParameter objects that represent all the user-defined function parameters that are defined on a table.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class UserDefinedFunctionParameterCollection _
    Inherits ParameterCollectionBase
'Utilisation
Dim instance As UserDefinedFunctionParameterCollection
public sealed class UserDefinedFunctionParameterCollection : ParameterCollectionBase
public ref class UserDefinedFunctionParameterCollection sealed : public ParameterCollectionBase
[<SealedAttribute>]
type UserDefinedFunctionParameterCollection =  
    class
        inherit ParameterCollectionBase
    end
public final class UserDefinedFunctionParameterCollection extends ParameterCollectionBase

Notes

A UserDefinedFunctionParameterCollection object can be used to gain access to a set of user-defined function parameters. You can use the Item property to return a specific UserDefinedFunctionParameter object.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.