共用方式為


Set-DataGatewayClusterDatasource

從指定的叢集設定指定 Power BI 資料源的屬性

語法

Set-DataGatewayClusterDatasource
   -GatewayClusterId <Guid>
   -GatewayClusterDatasourceId <Guid>
   [-Annotation <String>]
   [-DatasourceName <String>]
   [-SingleSignOnType <String>]
   [<CommonParameters>]

Description

從指定的叢集設定指定 Power BI 資料源的屬性

範例

範例 1

PS C:\> Set-DataGatewayClusterDatasource -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804 -DatasourceName "New datasource name"

將資料來源的名稱更新為「新增資料來源名稱」

參數

-Annotation

數據源的數據源描述或批注

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DatasourceName

要為數據源設定的新名稱

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-GatewayClusterDatasourceId

要設定屬性的數據源標識碼。

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

-GatewayClusterId

數據源所在的閘道叢集

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

-SingleSignOnType

為支持的數據源啟用單一登錄。 如需詳細資訊,請參閱 Power BI中內部部署數據閘道的單一登入 (SSO) 概觀。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

System.Void