หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the ProjectInfo with the specified name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As ProjectInfo
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The specified name.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The name of the specified ProjectInfo.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace