Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the catalog folder from the catalog folder collection based upon 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 CatalogFolder
Get
'Usage
Dim instance As CatalogFolderCollection
Dim name As String
Dim value As CatalogFolder
value = instance(name)
public CatalogFolder this[
string name
] { get; }
public:
property CatalogFolder^ default[String^ name] {
CatalogFolder^ get (String^ name);
}
member Item : CatalogFolder
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The name of the catalog folder.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
The specified catalog folder from the catalog folder collection.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace