Método DataSchemaModel.GetCustomData (String, String)

Obtém uma lista de dados personalizados usando o nome de categoria e tipo fornecido.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModel Classe

Sobrecargas GetCustomData

Namespace Microsoft.Data.Schema.SchemaModel

CustomSchemaData