Compartir a través de


EnvironmentReferenceCollection.Item Propiedad (String, String)

Gets the environment reference from the environment reference collection based upon the specified name and environment folder name.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String, _
    environmentFolderName As String _
) As EnvironmentReference 
    Get
'Uso
Dim instance As EnvironmentReferenceCollection 
Dim name As String 
Dim environmentFolderName As String 
Dim value As EnvironmentReference 

value = instance(name, environmentFolderName)
public EnvironmentReference this[
    string name,
    string environmentFolderName
] { get; }
public:
property EnvironmentReference^ default[String^ name, String^ environmentFolderName] {
    EnvironmentReference^ get (String^ name, String^ environmentFolderName);
}
member Item : EnvironmentReference
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • name
    Tipo: System.String
    The name of the environment reference.
  • environmentFolderName
    Tipo: System.String
    The name of the environment folder.

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
The specified environment reference from the environment reference collection.

Vea también

Referencia

EnvironmentReferenceCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices