Freigeben über


EnvironmentReferenceCollection.Item-Eigenschaft (String, String)

Gets the environment reference from the environment reference collection based upon the specified name and environment folder 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, _
    environmentFolderName As String _
) As EnvironmentReference 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

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

Eigenschaftswert

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

Siehe auch

Verweis

EnvironmentReferenceCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.IntegrationServices-Namespace