EnvironmentReferenceCollection.Remove Method (String, String)
Removes a reference specified by the environment name and the environment folder name.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
name As String, _
envFolderName As String _
)
'Usage
Dim instance As EnvironmentReferenceCollection
Dim name As String
Dim envFolderName As String
instance.Remove(name, envFolderName)
public void Remove(
string name,
string envFolderName
)
public:
void Remove(
String^ name,
String^ envFolderName
)
member Remove :
name:string *
envFolderName:string -> unit
public function Remove(
name : String,
envFolderName : String
)
Parameters
- name
Type: System.String
The environment name.
- envFolderName
Type: System.String
The name of the environment folder.
See Also
Reference
EnvironmentReferenceCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace