Catalog.Key Constructor
Initializes a new instance of the Catalog.Key class that takes the key 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 ( _
managedInstanceName As String _
)
'Uso
Dim managedInstanceName As String
Dim instance As New Catalog.Key(managedInstanceName)
public Key(
string managedInstanceName
)
public:
Key(
String^ managedInstanceName
)
new :
managedInstanceName:string -> Key
public function Catalog.Key(
managedInstanceName : String
)
Parámetros
- managedInstanceName
Tipo: System.String
The name of the managed instance.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices