Compartir a través de


IdentityFunctionCall.Seed Propiedad

Gets or sets the seed for the identity.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Seed As ScalarExpression 
    Get 
    Set
'Uso
Dim instance As IdentityFunctionCall 
Dim value As ScalarExpression 

value = instance.Seed

instance.Seed = value
public ScalarExpression Seed { get; set; }
public:
property ScalarExpression^ Seed {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Seed : ScalarExpression with get, set
function get Seed () : ScalarExpression 
function set Seed (value : ScalarExpression)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The seed for the identity.

Vea también

Referencia

IdentityFunctionCall Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom