Aracılığıyla paylaş


DataSchemaModel.GetCustomData Yöntem (String)

Özel veri listesi, sağlanan kategori kullanarak alır.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function GetCustomData ( _
    category As String _
) As IList(Of CustomSchemaData)
public IList<CustomSchemaData> GetCustomData(
    string category
)
public:
IList<CustomSchemaData^>^ GetCustomData(
    String^ category
)
member GetCustomData : 
        category:string -> IList<CustomSchemaData> 
public function GetCustomData(
    category : String
) : IList<CustomSchemaData>

Parametreler

  • category
    Tür: System.String
    Listeden öğe seçmek, kullanılacak kategorisi.

Dönüş Değeri

Tür: System.Collections.Generic.IList<CustomSchemaData>
An IList<T> of type CustomSchemaData.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataSchemaModel Sınıf

GetCustomData Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı

CustomSchemaData