MiscellaneousFilesCollection.Item Property

Gets the specified miscellaneous file from the MiscellaneousFilesCollection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    fileName As String _
) As IExtraSource
    Get
'Usage
Dim instance As MiscellaneousFilesCollection
Dim fileName As String
Dim value As IExtraSource

value = instance(fileName)
public IExtraSource this[
    string fileName
] { get; }
public:
property IExtraSource^ default[String^ fileName] {
    IExtraSource^ get (String^ fileName);
}
member Item : IExtraSource
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • fileName
    Type: System.String
    A String value that specifies the name of the miscellaneous file to return.

Property Value

Type: Microsoft.SqlServer.Management.Dac.IExtraSource
An IExtraSource object that provides I/O stream access to the specified miscellaneous file.

See Also

Reference

MiscellaneousFilesCollection Class

Microsoft.SqlServer.Management.Dac Namespace