CachedDataItem.Schema 屬性

如果快取資料物件為 DataSetDataTable,取得或設定結構描述,說明 CachedDataItem 所表示的快取資料物件名稱。

命名空間:  Microsoft.VisualStudio.Tools.Applications
組件:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)

語法

'宣告
Public Property Schema As String
    Get
    Set
public string Schema { get; set; }

屬性值

型別:System.String
如果快取資料物件為 DataSetDataTable,這個屬性會傳回說明此快取資料物件的結構描述,否則會傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)。

範例

如需示範如何使用 Schema 屬性的程式碼範例,請參閱 ServerDocument Sample

.NET Framework 安全性

請參閱

參考

CachedDataItem 類別

Microsoft.VisualStudio.Tools.Applications 命名空間