Binding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
做為衍生所有繫結的基底類別。
[System.Runtime.InteropServices.Guid("BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public abstract class Binding : System.ComponentModel.Component, ICloneable, IDisposable, Microsoft.AnalysisServices.Core.IBinding
[<System.Runtime.InteropServices.Guid("BBACE699-683F-4d4b-BDB1-43B824816CE5")>]
type Binding = class
inherit Component
interface ICloneable
interface IBinding
interface IComponent
interface IDisposable
Public MustInherit Class Binding
Inherits Component
Implements IBinding, ICloneable, IDisposable
- 繼承
-
Binding
- 衍生
- 屬性
- 實作
建構函式
Binding() |
做為衍生所有繫結的基底類別。 |
屬性
Parent |
取得目前物件的父物件。 |
方法
Clone() |
建立目前物件的深層複本。 |
CopyTo(Binding) |
將目前物件的深層複本傳送至指定的繫結。 |
明確介面實作
ICloneable.Clone() |
做為衍生所有繫結的基底類別。 |