Propriedade do RDL EnvironmentReferenceCollection.Item (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 (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
The name of the environment reference.
- environmentFolderName
Tipo: System.String
The name of the environment folder.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference
The specified environment reference from the environment reference collection.
Consulte também
Referência
EnvironmentReferenceCollection Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices