Share via


SqlAssemblyFileCollection Clase

The SqlAssemblyFileCollection class represents a collection of SqlAssemblyFile objects that represent all the assembly files that are defined on a table.

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

Sintaxis

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

Notas

A SqlAssemblyFileCollection object can be used to gain access to a set of assembly files. You can use the Item property to return a specific SqlAssemblyFile 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.