共用方式為


DataSchemaModel.GetCustomData 方法 (String, String)

使用提供的分類和型別名稱,取得自訂資料清單。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function GetCustomData ( _
    category As String, _
    type As String _
) As IList(Of CustomSchemaData)
public IList<CustomSchemaData> GetCustomData(
    string category,
    string type
)
public:
IList<CustomSchemaData^>^ GetCustomData(
    String^ category, 
    String^ type
)
member GetCustomData : 
        category:string * 
        type:string -> IList<CustomSchemaData> 
public function GetCustomData(
    category : String, 
    type : String
) : IList<CustomSchemaData>

參數

傳回值

型別:System.Collections.Generic.IList<CustomSchemaData>
型別為 CustomSchemaDataIList<T>

.NET Framework 安全性

請參閱

參考

DataSchemaModel 類別

GetCustomData 多載

Microsoft.Data.Schema.SchemaModel 命名空間

CustomSchemaData