Aracılığıyla paylaş


SequenceExtender.HasMaximumValue Property

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

Syntax

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

value = instance.HasMaximumValue

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace