다음을 통해 공유


TableSampleClause.RepeatSeed 속성

Gets or sets the repeat seed. Optional, may be null.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property RepeatSeed As ScalarExpression 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The repeat seed.

참고 항목

참조

TableSampleClause 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스