Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String, _
environmentFolderName As String _
)
'Применение
Dim name As String
Dim environmentFolderName As String
Dim instance As New EnvironmentReference.Key(name, environmentFolderName)
public Key(
string name,
string environmentFolderName
)
public:
Key(
String^ name,
String^ environmentFolderName
)
new :
name:string *
environmentFolderName:string -> Key
public function EnvironmentReference.Key(
name : String,
environmentFolderName : String
)
Параметры
- name
Тип: System.String
The name of the environment.
- environmentFolderName
Тип: System.String
The name of the environment folder.
См. также
Справочник
EnvironmentReference.Key Класс
Пространство имен Microsoft.SqlServer.Management.IntegrationServices