Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Adds a local reference to an environment under the current folder with the specified environment name.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Sub Add ( _
envName As String _
)
'Применение
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
)
Параметры
- envName
Тип: System.String
The name of the environment.
См. также
Справочник
EnvironmentReferenceCollection Класс
Пространство имен Microsoft.SqlServer.Management.IntegrationServices