Método EnvironmentReferenceCollection.Add (String)
Adds a local reference to an environment under the current folder with the specified environment name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub Add ( _
envName As String _
)
'Uso
Dim instance As EnvironmentReferenceCollection
Dim envName As String
instance.Add(envName)
public void Add(
string envName
)
public:
void Add(
String^ envName
)
member Add :
envName:string -> unit
public function Add(
envName : String
)
Parâmetros
- envName
Tipo: System.String
The name of the environment.
Consulte também
Referência
EnvironmentReferenceCollection Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices