Gets the ProjectInfo with the specified name.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public ReadOnly Default Property Item ( _
name As String _
) As ProjectInfo
Get
‘사용 방법
Dim instance As ProjectCollection
Dim name As String
Dim value As ProjectInfo
value = instance(name)
public ProjectInfo this[
string name
] { get; }
public:
property ProjectInfo^ default[String^ name] {
ProjectInfo^ get (String^ name);
}
member Item : ProjectInfo
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- name
유형: System.String
The specified name.
속성 값
유형: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The name of the specified ProjectInfo.