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.