Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves or sets a byte value specifying the precision of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Property Precision As Byte
public virtual byte Precision { get; set; }
public:
virtual property unsigned char Precision {
unsigned char get ();
void set (unsigned char value);
}
abstract Precision : byte with get, set
override Precision : byte with get, set
function get Precision () : byte
function set Precision (value : byte)
Property Value
Type: System.Byte
Returns the precision of the parameter as a byte value.
Remarks
Setting this property to zero causes the default precision to be used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.