RowBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義代表資料表資料列之繫結的衍生資料類型。
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
public sealed class RowBinding : Microsoft.AnalysisServices.Binding
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")>]
type RowBinding = class
inherit Binding
Public NotInheritable Class RowBinding
Inherits Binding
- 繼承
- 屬性
建構函式
RowBinding() |
使用預設值,初始化 RowBinding 類別的新執行個體。 |
RowBinding(String) |
使用指定的資料表識別碼,初始化 RowBinding 類別的新執行個體。 |
屬性
Parent |
取得目前物件的父物件。 (繼承來源 Binding) |
TableID |
為 RowBinding 取得或設定資料表的識別碼。 |
方法
Clone() |
傳回一份 RowBinding 物件的複本。 |
CopyTo(Binding) |
將目前物件的深層複本傳送至指定的繫結。 (繼承來源 Binding) |
ToString() |
傳回表示 RowBinding 物件的字串。 |
明確介面實作
ICloneable.Clone() |
定義代表資料表資料列之繫結的衍生資料類型。 (繼承來源 Binding) |