ScalarFunction Class

Model schema container class for ScalarFunction

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.ScalarFunction

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class ScalarFunction
'Usage
public static class ScalarFunction
public ref class ScalarFunction abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ScalarFunction =  class end
public final class ScalarFunction

The ScalarFunction type exposes the following members.

Properties

  Name Description
Public propertyStatic member AnsiNullsOn AnsiNullsOn property class of ScalarFunction
Public propertyStatic member Assembly Assembly relationship class of ScalarFunction
Public propertyStatic member BodyDependencies BodyDependencies relationship class of ScalarFunction
Public propertyStatic member CalledOnNullInput CalledOnNullInput property class of ScalarFunction
Public propertyStatic member ClassName ClassName property class of ScalarFunction
Public propertyStatic member DataAccess DataAccess property class of ScalarFunction
Public propertyStatic member Deterministic Deterministic property class of ScalarFunction
Public propertyStatic member ExecuteAsCaller ExecuteAsCaller property class of ScalarFunction
Public propertyStatic member ExecuteAsOwner ExecuteAsOwner property class of ScalarFunction
Public propertyStatic member ExecuteAsSelf ExecuteAsSelf property class of ScalarFunction
Public propertyStatic member FillRowMethodName FillRowMethodName property class of ScalarFunction
Public propertyStatic member IsReplicated IsReplicated property class of ScalarFunction
Public propertyStatic member Login Login relationship class of ScalarFunction
Public propertyStatic member MethodName MethodName property class of ScalarFunction
Public propertyStatic member Parameters Parameters relationship class of ScalarFunction
Public propertyStatic member Precise Precise property class of ScalarFunction
Public propertyStatic member QuotedIdentifierOn QuotedIdentifierOn property class of ScalarFunction
Public propertyStatic member ReturnsNullOnNullInput ReturnsNullOnNullInput property class of ScalarFunction
Public propertyStatic member Schema Schema relationship class of ScalarFunction
Public propertyStatic member SystemDataAccess SystemDataAccess property class of ScalarFunction
Public propertyStatic member Type Type relationship class of ScalarFunction
Public propertyStatic member TypeClass Type class for ScalarFunction
Public propertyStatic member User User relationship class of ScalarFunction
Public propertyStatic member WithEncryption WithEncryption property class of ScalarFunction
Public propertyStatic member WithSchemaBinding WithSchemaBinding property class of ScalarFunction

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace