DacType.MiscellaneousFiles Property

Gets an enumerator that iterates through the miscellaneous files associated with the DAC type.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property MiscellaneousFiles As IEnumerable(Of IExtraSource)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IEnumerable<IExtraSource>
Returns an IEnumerator<T> object that iterates through the IExtraSource objects that provides I/O stream access to the miscellaneous files associated with the DAC type.

Remarks

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

See Also

Reference

DacType Class

Microsoft.SqlServer.Management.Dac Namespace