Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
environmentFolderName As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The name of the environment.
- environmentFolderName
Type : System.String
The name of the environment folder.
Voir aussi
Référence
EnvironmentReference.Key Classe
Espace de noms Microsoft.SqlServer.Management.IntegrationServices