VistaDB 6
VistaDB.Compatibility.SqlServer Namespace / SqlMethodAttribute Class / TypeId Property


In This Topic
    TypeId Property (SqlMethodAttribute)
    In This Topic
    When implemented in a derived class, gets a unique identifier for this System.Attribute.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TypeId As System.Object
    'Usage
     
    
    Dim instance As SqlMethodAttribute
    Dim value As System.Object
     
    value = instance.TypeId
    public System.object TypeId {get;}

    Property Value

    An System.Object that is a unique identifier for the attribute.
    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