Increment 속성
Gets the identity increment of the identity column.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public ReadOnly Property Increment As Long
Get
‘사용 방법
Dim instance As IdentityColumnInfo
Dim value As Long
value = instance.Increment
public long Increment { get; }
public:
property long long Increment {
long long get ();
}
member Increment : int64
function get Increment () : long
속성 값
유형: System. . :: . .Int64
The identity increment of the identity column.