ISql100ResourceGovernor.ClassifierFunction 属性

获取或设置此资源调控器的分类器函数。

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

语法

声明
Property ClassifierFunction As ISql100ScalarFunction
    Get
    Set
ISql100ScalarFunction ClassifierFunction { get; set; }
property ISql100ScalarFunction^ ClassifierFunction {
    ISql100ScalarFunction^ get ();
    void set (ISql100ScalarFunction^ value);
}
abstract ClassifierFunction : ISql100ScalarFunction with get, set
function get ClassifierFunction () : ISql100ScalarFunction
function set ClassifierFunction (value : ISql100ScalarFunction)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql100ScalarFunction

.NET Framework 安全性

请参见

参考

ISql100ResourceGovernor 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间