Compartilhar via


Propriedade do RDL Item

Gets the specified miscellaneous file from the MiscellaneousFilesCollection.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    fileName As String _
) As IExtraSource
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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