See Also

Function Class  | RedGate.SQLCompare.Engine Namespace

See Also RedGate.SQLCompare.Engine Send comments on this topic.

Function Class Members

RedGate.SQLCompare.Engine Namespace : Function Class (RedGate.SQLCompare.Engine)

Function overview

Public Properties

Public Property AnsiNullsOn True if the function was created with ansi nulls on.
Public Property Assembly The CLR assembly for the function, if this is a CLR function.
Public Property AssemblyClass The CLR assembly class name for the function, if this is a CLR function.
Public Property AssemblyMethod The CLR assembly method name for the function, if this is a CLR function.
Public Property CLRObject True if the function is a CLR function.
Public Property Database (Inherited from SchemaObject)The database to which the object belongs.
Public Property Encrypted True if the function definition was encrypted.
Public Property ExecuteAs The user whose security context is to be used for the execution of the function. This is a SQL Server 2005 feature.
Public Property ExtendedProperties The extended properties defined on the function.
Public Property FullyQualifiedName (Inherited from SchemaObject)The fully-qualified name of the object.
Public Property FunctionType Returns the function type.
Public Property Name (Inherited from SchemaObject) The name of the object.
Public Property NullOnNullInput The function returns NULL on NULL input.
Public Property ObjectType Overridden. Returns ObjectType.Function
Public Property Owner (Inherited from SchemaObject) The owner or the schema of the object.
Public Property Parameters The function parameters.
Public Property Permissions (Inherited from SchemaObject)The permissions on the object.
Public Property QuotedIdentifierOn True if the function was created with quoted identifiers on.
Public Property ReturnFields The function's return fields.
Public Property ReturnParameter The function's return parameter.
Public Property SchemaBound True if the function is schema bound.
Public Property ScriptSource (Inherited from SchemaObject) The location of the creation script for this object if the database source is set to scripts folder.
Public Property ScriptSourceAuthorization (Inherited from SchemaObject) The location of the creation script for the ALTER AUTHORIZATION statement for this object if the database source is set to scripts folder.
Public Property Text The text of the function.

Public Methods

Public Method Equals Overloaded. Overridden. Compares the function with a specified function.
Public Method ScriptObject Overridden.  Scripts the object.
Public Method ToString (Inherited from SchemaObject) Returns the fully-qualified name of the object prefixed with the object type.

See Also

Function Class  | RedGate.SQLCompare.Engine Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.