Metodo CheckIdentityValue
Verifies the integrity of all identity columns in the referenced table.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function CheckIdentityValue As StringCollection
'Utilizzo
Dim instance As Table
Dim returnValue As StringCollection
returnValue = instance.CheckIdentityValue()
public StringCollection CheckIdentityValue()
public:
StringCollection^ CheckIdentityValue()
member CheckIdentityValue : unit -> StringCollection
public function CheckIdentityValue() : StringCollection
Valore restituito
Tipo: System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that contains the current identity value and the current column value.
Osservazioni
This method is functionally equivalent to the Transact-SQL CHECK IDENT statement.
Vedere anche