Compartir a través de


IIntegrationRuntimeObjectMetadataOperations Interfaz

Definición

Operaciones IntegrationRuntimeObjectMetadataOperations.

public interface IIntegrationRuntimeObjectMetadataOperations
type IIntegrationRuntimeObjectMetadataOperations = interface
Public Interface IIntegrationRuntimeObjectMetadataOperations

Métodos

BeginRefreshWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Actualice los metadatos de un objeto de SSIS Integration Runtime.

GetWithHttpMessagesAsync(String, String, String, GetSsisObjectMetadataRequest, Dictionary<String,List<String>>, CancellationToken)

Obtenga los metadatos de un objeto de SSIS Integration Runtime mediante la ruta de acceso especificada. La devolución es una lista de metadatos paginable.

RefreshWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Actualice los metadatos de un objeto de SSIS Integration Runtime.

Métodos de extensión

BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Actualice los metadatos de un objeto de SSIS Integration Runtime.

BeginRefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken)

Actualice los metadatos de un objeto de SSIS Integration Runtime.

Get(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest)

Obtenga los metadatos de un objeto de SSIS Integration Runtime mediante la ruta de acceso especificada. La devolución es una lista de metadatos paginable.

GetAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest, CancellationToken)

Obtenga los metadatos de un objeto de SSIS Integration Runtime mediante la ruta de acceso especificada. La devolución es una lista de metadatos paginable.

Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Actualice los metadatos de un objeto de SSIS Integration Runtime.

RefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken)

Actualice los metadatos de un objeto de SSIS Integration Runtime.

Se aplica a