Свойство NotForReplication
Gets a value that indicates whether the identity is not for replication.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public ReadOnly Property NotForReplication As Boolean
Get
'Применение
Dim instance As IdentityColumnInfo
Dim value As Boolean
value = instance.NotForReplication
public bool NotForReplication { get; }
public:
property bool NotForReplication {
bool get ();
}
member NotForReplication : bool
function get NotForReplication () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the identity is not for replication; otherwise, false.