VistaDB 6
VistaDB.Compatibility.SqlServer Namespace / SqlFunctionAttribute Class
Members


In This Topic
    SqlFunctionAttribute Class
    In This Topic
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.All, 
       Inherited=True, 
       AllowMultiple=False)>
    Public Class SqlFunctionAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As SqlFunctionAttribute
    [System.AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public class SqlFunctionAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          VistaDB.Compatibility.SqlServer.SqlFunctionAttribute
             VistaDB.Compatibility.SqlServer.SqlMethodAttribute

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also