C# 클래스 SendUpdateDatasourceOwner, TabMigrate

Attempts to update the owner of a datasource on server
상속: TableauServerSignedInRequestBase
파일 보기 프로젝트 열기: tableau/TabMigrate 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteRequest ( ) : SiteDatasource,

Change the owner of a datasource on server

SendUpdateDatasourceOwner ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, string datasourceId, string newOwnerId ) : System

Constructor

비공개 메소드들

메소드 설명
ChangeContentOwner ( string datasourceId, string newOwnerId ) : SiteDatasource,

메소드 상세

ExecuteRequest() 공개 메소드

Change the owner of a datasource on server
public ExecuteRequest ( ) : SiteDatasource,
리턴 SiteDatasource,

SendUpdateDatasourceOwner() 공개 메소드

Constructor
public SendUpdateDatasourceOwner ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, string datasourceId, string newOwnerId ) : System
onlineUrls TableauServerUrls,
login TableauServerSignIn,
datasourceId string GUID
newOwnerId string GUID
리턴 System