Partilhar via


Propriedade ISql100ResourceGovernor.ClassifierFunction

Obtém ou define a função do classificador para este resource governor.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql100ScalarFunction

Segurança do .NET Framework

Consulte também

Referência

ISql100ResourceGovernor Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel