Aracılığıyla paylaş


SequenceExtender.HasMinimumValue Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public Property HasMinimumValue As Boolean
    Get
    Set
'Kullanım
Dim instance As SequenceExtender
Dim value As Boolean

value = instance.HasMinimumValue

instance.HasMinimumValue = value
[ExtendedPropertyAttribute]
public bool HasMinimumValue { get; set; }
[ExtendedPropertyAttribute]
public:
property bool HasMinimumValue {
    bool get ();
    void set (bool value);
}
[<ExtendedPropertyAttribute>]
member HasMinimumValue : bool with get, set
function get HasMinimumValue () : boolean
function set HasMinimumValue (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace