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
'宣告
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>
Property Value
Type: IEnumerable<IExtraSource>
Returns an IEnumerator 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.