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 命名空間