共用方式為


ExtendedProperty.CopyTo(ExtendedProperty) 方法

定義

將 ExtendedProperty 物件複製到指定的物件。

public void CopyTo (Microsoft.AnalysisServices.Tabular.ExtendedProperty other);
member this.CopyTo : Microsoft.AnalysisServices.Tabular.ExtendedProperty -> unit
Public Sub CopyTo (other As ExtendedProperty)

參數

備註

因此,'other' 物件子樹的狀態會與 'this' 物件子樹的狀態相同,但唯讀屬性和物件除外。 例如,會推斷 ModifiedTime 屬性或 RowNumberColumn 物件, (由伺服器建立和設定) ,並顯示為使用者的唯讀。 CopyTo 不會複製這類唯讀屬性和物件。

適用於