Поделиться через


Свойство NoIdentities

Gets an object value that specifies whether definitions of identity property seed and increment are included in the generated script.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property NoIdentities As ScriptOption
    Get
'Применение
Dim value As ScriptOption

value = ScriptOption.NoIdentities
public static ScriptOption NoIdentities { get; }
public:
static property ScriptOption^ NoIdentities {
    ScriptOption^ get ();
}
static member NoIdentities : ScriptOption
static function get NoIdentities () : ScriptOption

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
A ScriptOption object that represents the NoIdentitiesin the scripting options.