DriIncludeSystemNames-Eigenschaft
Gets an object value that specifies whether the system generated constraint names used to enforce declarative referential integrity are included in the script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DriIncludeSystemNames As ScriptOption
Get
'Usage
Dim value As ScriptOption
value = ScriptOption.DriIncludeSystemNames
public static ScriptOption DriIncludeSystemNames { get; }
public:
static property ScriptOption^ DriIncludeSystemNames {
ScriptOption^ get ();
}
static member DriIncludeSystemNames : ScriptOption
static function get DriIncludeSystemNames () : ScriptOption
Eigenschaftenwert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
A ScriptOption object that represents the DriIncludeSystemNamesin the scripting options.
Siehe auch