MiscellaneousFilesCollection 클래스
The MiscellaneousFilesCollection class contains a collection of files to be added to the DAC package.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..MiscellaneousFilesCollection
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Class MiscellaneousFilesCollection _
Implements IEnumerable(Of IExtraSource), IEnumerable
‘사용 방법
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
MiscellaneousFilesCollection 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
MiscellaneousFilesCollection | Initializes a new, default instance of the MiscellaneousFilesCollection class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Add | Adds the specified miscellaneous file to the MiscellaneousFilesCollection. | |
Contains | Determines whether the specified miscellaneous file is part of the MiscellaneousFilesCollection. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetEnumerator | Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection. | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (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 | (Object에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Returns an enumerator for use in enumerating over the MiscellaneousFilesCollection. |
맨 위로 이동
주의
The miscellaneous files are attached to the package to be associated with the database package. This could be documentation files for example.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.