Partager via


Propriété Sequence.StartValue

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StartValue As Object 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Sequence Classe

Espace de noms Microsoft.SqlServer.Management.Smo