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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- fileName
型別:System. . :: . .String
A String value that specifies the name of the miscellaneous file to return.
屬性值
型別:Microsoft.SqlServer.Management.Dac. . :: . .IExtraSource
An IExtraSource object that provides I/O stream access to the specified miscellaneous file.