EnvironmentReferenceCollection.Add Method (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 (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Add ( _
envName As String _
)
'Usage
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
)
Parameters
- envName
Type: System.String
The name of the environment.
See Also
Reference
EnvironmentReferenceCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace