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.
Gets or sets an Object that specifies the lower bound for the sequence object. The default minimum value for a new sequence object is the minimum value of the data type of the sequence object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MinValue As Object
Get
Set
'Usage
Dim instance As Sequence
Dim value As Object
value = instance.MinValue
instance.MinValue = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Object MinValue { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Object^ MinValue {
Object^ get ();
void set (Object^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MinValue : Object with get, set
function get MinValue () : Object
function set MinValue (value : Object)
Property Value
Type: System.Object
A Object that specifies the lower bound for the sequence object.