Compartir a través de


SystemDataTypeCollection Clase

The SystemDataTypeCollection class represents a collection of SystemDataType objects that represent all the system data types on the referenced database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class SystemDataTypeCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As SystemDataTypeCollection
public sealed class SystemDataTypeCollection : SimpleObjectCollectionBase
public ref class SystemDataTypeCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type SystemDataTypeCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class SystemDataTypeCollection extends SimpleObjectCollectionBase

Notas

An SystemDataTypeCollection object can be used to gain access to a set of system data types. You can use the Item property to return a specific SystemDataType object.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.