Item 属性

Gets the specified miscellaneous file from the MiscellaneousFilesCollection.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    fileName As String _
) As IExtraSource
    Get
用法
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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

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