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 | |
---|---|---|
MiscellaneousFilesCollection | Initializes a new, default instance of the MiscellaneousFilesCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DataSpaceAvailable | Gets the amount of storage space available for the miscellaneous file collection. | |
DataSpaceUsed | Gets the amount of storage space used by the miscellaneous file collection. | |
Item | Gets the specified miscellaneous file from the MiscellaneousFilesCollection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds the specified miscellaneous file to the MiscellaneousFilesCollection. | |
Contains | Determines whether the specified miscellaneous file is part of the MiscellaneousFilesCollection. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
Remove(String) | Removes the miscellaneous file with the specified name from the collection. | |
Remove(IExtraSource) | Removes the specified miscellaneous file from the collection. | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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.