Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the repeat seed. Optional, may be null.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property RepeatSeed As ScalarExpression
Get
Set
'Usage
Dim instance As TableSampleClause
Dim value As ScalarExpression
value = instance.RepeatSeed
instance.RepeatSeed = value
public ScalarExpression RepeatSeed { get; set; }
public:
property ScalarExpression^ RepeatSeed {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member RepeatSeed : ScalarExpression with get, set
function get RepeatSeed () : ScalarExpression
function set RepeatSeed (value : ScalarExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The repeat seed.