ProjectCollection.Item 属性 (String)

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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The name of the specified ProjectInfo.

请参阅

参考

ProjectCollection 类

Item 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间