Classe UserDefinedDataTypeCollection

The UserDefinedDataTypeCollection class represents a collection of UserDefinedDataType objects that represent all the user-defined data types 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 UserDefinedDataTypeCollection _
    Inherits SchemaCollectionBase
'Utilisation
Dim instance As UserDefinedDataTypeCollection
public sealed class UserDefinedDataTypeCollection : SchemaCollectionBase
public ref class UserDefinedDataTypeCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type UserDefinedDataTypeCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class UserDefinedDataTypeCollection extends SchemaCollectionBase

Notes

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