Compartilhar via


Classe MiscellaneousFilesCollection

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo MiscellaneousFilesCollection expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MiscellaneousFilesCollection Initializes a new, default instance of the MiscellaneousFilesCollection class.

Início

Propriedades

  Nome Descrição
Propriedade pública DataSpaceAvailable Gets the amount of storage space available for the miscellaneous file collection.
Propriedade pública DataSpaceUsed Gets the amount of storage space used by the miscellaneous file collection.
Propriedade pública Item Gets the specified miscellaneous file from the MiscellaneousFilesCollection.

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado 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 (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection.

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência