Compartilhar via


Classe UserDefinedDataTypeCollection

The UserDefinedDataTypeCollection class represents a collection of UserDefinedDataType objects that represent all the user-defined data types defined on a table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class UserDefinedDataTypeCollection _
    Inherits SchemaCollectionBase
'Uso
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

Comentários

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

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.