Sdílet prostřednictvím


CustomSchemaData.MatchesTypeAndCategory – metoda

Vrátí hodnotu, která označuje, zda odpovídají zadané kategorie a typu this.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Function MatchesTypeAndCategory ( _
    category As String, _
    type As String _
) As Boolean
public bool MatchesTypeAndCategory(
    string category,
    string type
)
public:
bool MatchesTypeAndCategory(
    String^ category, 
    String^ type
)
member MatchesTypeAndCategory : 
        category:string * 
        type:string -> bool 
public function MatchesTypeAndCategory(
    category : String, 
    type : String
) : boolean

Parametry

Vrácená hodnota

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CustomSchemaData Třída

Microsoft.Data.Schema.SchemaModel – obor názvů