다음을 통해 공유


MiscellaneousFiles 속성

DAC 유형과 연결된 기타 파일을 반복하는 열거자를 가져옵니다.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public ReadOnly Property MiscellaneousFiles As IEnumerable(Of IExtraSource)
    Get
‘사용 방법
Dim instance As DacType
Dim value As IEnumerable(Of IExtraSource)

value = instance.MiscellaneousFiles
public IEnumerable<IExtraSource> MiscellaneousFiles { get; }
public:
property IEnumerable<IExtraSource^>^ MiscellaneousFiles {
    IEnumerable<IExtraSource^>^ get ();
}
member MiscellaneousFiles : IEnumerable<IExtraSource>
function get MiscellaneousFiles () : IEnumerable<IExtraSource>

속성 값

유형: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IExtraSource> ) > ) >
DAC 형식과 연결된 기타 파일에 대해 I/O 스트림 액세스를 제공하며 IExtraSource 개체를 반복하는 IEnumerator<(Of <(<'T>)>)> 개체를 반환합니다.

주의

Miscellaneous files are defined in a DAC project in Visual Studio. They include files such as pre- and post-deployment scripts.