Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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