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.