Sequence.IncrementValue 属性
Gets or sets the object that represents the increment value for the sequence.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IncrementValue As Object
Get
Set
用法
Dim instance As Sequence
Dim value As Object
value = instance.IncrementValue
instance.IncrementValue = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Object IncrementValue { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Object^ IncrementValue {
Object^ get ();
void set (Object^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IncrementValue : Object with get, set
function get IncrementValue () : Object
function set IncrementValue (value : Object)
属性值
类型:System.Object
A Object which represents the increment value for the sequence.