CustomSchemaData.MatchesTypeAndCategory 方法

返回一个值,该值指示指定的类别和类型是否与 this 匹配。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

CustomSchemaData 类

Microsoft.Data.Schema.SchemaModel 命名空间