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> ) > ) >
返回一个 IEnumerator<(Of <(<'T>)>)> 对象,该对象遍历提供对与 DAC 类型关联的杂项文件的 I/O 流访问的 IExtraSource 对象。

注释

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