Datasets - Set All Dataset Connections
내 작업 영역에서 지정된 데이터 세트에 대한 모든 연결을 업데이트. 이 API 호출은 SQL DirectQuery 데이터 세트만 지원합니다.
중요
이 API 호출은 더 이상 사용되지 않으며 더 이상 지원되지 않습니다. 이 API 호출은 향상된 데이터 세트 메타데이터와 호환되지 않습니다.
대신 다음을 사용합니다.
- 매개 변수를 업데이트하여 SQL, Azure Synapse, OData 및 SharePoint 데이터 원본에 대한 연결을 업데이트합니다.
- 다른 데이터 원본에 대한 연결로 데이터 원본을 업데이트합니다.
필수 범위
Dataset.ReadWrite.All
POST https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/Default.SetAllConnections
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
dataset
|
path | True |
string |
데이터 세트 ID |
요청 본문
Name | 필수 | 형식 | Description |
---|---|---|---|
connectionString | True |
string |
데이터 세트 연결 문자열 |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
예제
Example
Sample Request
POST https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/Default.SetAllConnections
{
"connectionString": "data source=MyServer.database.windows.net;initial catalog=MyDatabase;persist security info=True;encrypt=True;trustservercertificate=False"
}
Sample Response
정의
ConnectionDetails
연결 문자열 래퍼
Name | 형식 | Description |
---|---|---|
connectionString |
string |
데이터 세트 연결 문자열 |