Sequence.StartValue 属性

Gets or sets a Object which represents the starting value of the sequence.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StartValue As Object 
    Get 
    Set
用法
Dim instance As Sequence 
Dim value As Object 

value = instance.StartValue

instance.StartValue = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Object StartValue { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Object^ StartValue {
    Object^ get ();
    void set (Object^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StartValue : Object with get, set
function get StartValue () : Object 
function set StartValue (value : Object)

属性值

类型:System.Object
A Object which represents the starting value of the sequence.

请参阅

参考

Sequence 类

Microsoft.SqlServer.Management.Smo 命名空间