VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / IsFixedSize Property


In This Topic
    IsFixedSize Property (VistaDBConnectionStringBuilder)
    In This Topic
    Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. Gets a value that indicates whether the VistaDBConnectionStringBuilder has a fixed size.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overrides NotOverridable ReadOnly Property IsFixedSize As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Boolean
     
    value = instance.IsFixedSize
    [System.ComponentModel.Browsable(false)]
    public override System.bool IsFixedSize {get;}

    Property Value

    true if the System.Data.Common.DbConnectionStringBuilder has a fixed size; otherwise false.
    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