共用方式為


Remove-DataGatewayClusterDatasource

從指定的叢集移除指定的Power BI資料源

語法

Remove-DataGatewayClusterDatasource
      -GatewayClusterId <Guid>
      -GatewayClusterDatasourceId <Guid>
      [<CommonParameters>]

Description

從指定的叢集移除指定的Power BI資料源

範例

範例 1

PS C:\> Remove-DataGatewayClusterDatasource -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804

從指定的叢集移除Power BI資料源。

參數

-GatewayClusterDatasourceId

需要移除的 Power BI 數據源。

類型:Guid
別名:DatasourceId, Datasource
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-GatewayClusterId

特定數據源所在的閘道叢集

類型:Guid
別名:Cluster, Id
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

System.Void