Share via


IIntegrationRuntimeObjectMetadataOperations インターフェイス

定義

IntegrationRuntimeObjectMetadataOperations 操作。

public interface IIntegrationRuntimeObjectMetadataOperations
type IIntegrationRuntimeObjectMetadataOperations = interface
Public Interface IIntegrationRuntimeObjectMetadataOperations

メソッド

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

SSIS 統合ランタイム オブジェクト メタデータを更新します。

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

指定したパスで SSIS 統合ランタイム オブジェクト メタデータを取得します。 戻り値はページング可能なメタデータ リストです。

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

SSIS 統合ランタイム オブジェクト メタデータを更新します。

拡張メソッド

BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

SSIS 統合ランタイム オブジェクト メタデータを更新します。

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

SSIS 統合ランタイム オブジェクト メタデータを更新します。

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

指定したパスで SSIS 統合ランタイム オブジェクト メタデータを取得します。 戻り値はページング可能なメタデータ リストです。

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

指定したパスで SSIS 統合ランタイム オブジェクト メタデータを取得します。 戻り値はページング可能なメタデータ リストです。

Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

SSIS 統合ランタイム オブジェクト メタデータを更新します。

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

SSIS 統合ランタイム オブジェクト メタデータを更新します。

適用対象