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.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..SqlAssemblyFileCollection
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.
Vea también