Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the classification function specified by schema_name.function_name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ClassifierFunction As SchemaObjectName
Get
Set
'Usage
Dim instance As AlterResourceGovernorStatement
Dim value As SchemaObjectName
value = instance.ClassifierFunction
instance.ClassifierFunction = value
public SchemaObjectName ClassifierFunction { get; set; }
public:
property SchemaObjectName^ ClassifierFunction {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member ClassifierFunction : SchemaObjectName with get, set
function get ClassifierFunction () : SchemaObjectName
function set ClassifierFunction (value : SchemaObjectName)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The classification function specified by schema_name.function_name.