다음을 통해 공유


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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.