Compartilhar via


Propriedade do RDL IdentityFunctionCall.Seed

Gets or sets the seed for the identity.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IdentityFunctionCall Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom