Proprietà Sequence.MinValue
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.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MinValue As Object
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Object
A Object that specifies the lower bound for the sequence object.