Classe UserDefinedTableTypeCollection

The UserDefinedTableTypeCollection class represents a collection of UserDefinedTableType objects that represent all the user-defined table types that are defined on a database.

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

Syntaxe

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

Notes

A UserDefinedTableTypeCollection object can be used to gain access to a set of user-defined table types. You can use the Item property to return a specific UserDefinedTableType 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.