Aracılığıyla paylaş


CustomSchemaData.MatchesTypeAndCategory Yöntem

Belirtilen kategori ve türünün aynı olup olmadığını gösteren bir değeri döndürür this.

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

Sözdizimi

'Bildirim
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

Parametreler

  • category
    Tür: System.String
    Karşılaştırmak için kategori.

Dönüş Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

CustomSchemaData Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı