Item Propiedad
Gets the specified miscellaneous file from the MiscellaneousFilesCollection.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- fileName
Tipo: System. . :: . .String
A String value that specifies the name of the miscellaneous file to return.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .IExtraSource
An IExtraSource object that provides I/O stream access to the specified miscellaneous file.
Vea también