次の方法で共有


Relationship.CopyTo(Relationship) メソッド

定義

指定したオブジェクトに Relationship オブジェクトをコピーします。

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

パラメーター

other
Relationship

注釈

その結果、'other' オブジェクト サブツリーは、読み取り専用プロパティとオブジェクトを除き、'this' オブジェクト サブツリーの状態と同じ状態になります。 たとえば、ModifiedTime プロパティまたは RowNumberColumn オブジェクトは Server によって推論 (作成および設定) され、ユーザーの読み取り専用として表示されます。 このような読み取り専用プロパティとオブジェクトは、CopyTo によってコピーされません。

適用対象