Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets an object value that specifies whether definitions of identity property seed and increment are included in the generated script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NoIdentities As ScriptOption
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the NoIdentitiesin the scripting options.