EnvironmentReference.Key Constructor
Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
environmentFolderName As String _
)
'Uso
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
)
Parámetros
- name
Tipo: System.String
The name of the environment.
- environmentFolderName
Tipo: System.String
The name of the environment folder.
Vea también
Referencia
EnvironmentReference.Key Clase
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices