Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a classifier user-defined function for implementing classification rules.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ClassifierFunction As String
Get
Set
'Usage
Dim instance As ResourceGovernor
Dim value As String
value = instance.ClassifierFunction
instance.ClassifierFunction = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ClassifierFunction { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ClassifierFunction {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ClassifierFunction : string with get, set
function get ClassifierFunction () : String
function set ClassifierFunction (value : String)
Property Value
Type: System.String
A classifier user-defined function for implementing classification rules.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace