ProjectInfo.Key Constructor
Initializes a new instance of the ProjectInfo.Key class.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
managedInstanceName As String _
)
'Uso
Dim managedInstanceName As String
Dim instance As New ProjectInfo.Key(managedInstanceName)
public Key(
string managedInstanceName
)
public:
Key(
String^ managedInstanceName
)
new :
managedInstanceName:string -> Key
public function ProjectInfo.Key(
managedInstanceName : String
)
Parámetros
- managedInstanceName
Tipo: System.String
The key name.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices