Compartir a través de


Clase MiscellaneousFilesCollection

The MiscellaneousFilesCollection class contains a collection of files to be added to the DAC package.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..MiscellaneousFilesCollection

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

Sintaxis

'Declaración
Public Class MiscellaneousFilesCollection _
    Implements IEnumerable(Of IExtraSource), IEnumerable
'Uso
Dim instance As MiscellaneousFilesCollection
public class MiscellaneousFilesCollection : IEnumerable<IExtraSource>, 
    IEnumerable
public ref class MiscellaneousFilesCollection : IEnumerable<IExtraSource^>, 
    IEnumerable
type MiscellaneousFilesCollection =  
    class
        interface IEnumerable<IExtraSource>
        interface IEnumerable
    end
public class MiscellaneousFilesCollection implements IEnumerable<IExtraSource>, IEnumerable

El tipo MiscellaneousFilesCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MiscellaneousFilesCollection Initializes a new, default instance of the MiscellaneousFilesCollection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DataSpaceAvailable Gets the amount of storage space available for the miscellaneous file collection.
Propiedad pública DataSpaceUsed Gets the amount of storage space used by the miscellaneous file collection.
Propiedad pública Item Gets the specified miscellaneous file from the MiscellaneousFilesCollection.

Arriba

Métodos

  Nombre Descripción
Método público Add Adds the specified miscellaneous file to the MiscellaneousFilesCollection.
Método público Contains Determines whether the specified miscellaneous file is part of the MiscellaneousFilesCollection.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove(String) Removes the miscellaneous file with the specified name from the collection.
Método público Remove(IExtraSource) Removes the specified miscellaneous file from the collection.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection.

Arriba

Comentarios

The miscellaneous files are attached to the package to be associated with the database package. This could be documentation files for example.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.