PackageCollection.Item Property (String)
Gets the PackageInfo 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 PackageInfo
Get
'Usage
Dim instance As PackageCollection
Dim name As String
Dim value As PackageInfo
value = instance(name)
public PackageInfo this[
string name
] { get; }
public:
property PackageInfo^ default[String^ name] {
PackageInfo^ get (String^ name);
}
member Item : PackageInfo
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.PackageInfo
The PackageInfo with the specified name.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace