Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a Object which represents the starting value of the sequence.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StartValue As Object
Get
Set
'Usage
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)
Property Value
Type: System.Object
A Object which represents the starting value of the sequence.