หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.