ScriptOptions.PrefixTableNameToConstraintName Property

Gets or sets a value that indicates whether to prefix table names to constraint names.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property PrefixTableNameToConstraintName As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.PrefixTableNameToConstraintName

instance.PrefixTableNameToConstraintName = value
public bool PrefixTableNameToConstraintName { get; set; }
public:
property bool PrefixTableNameToConstraintName {
    bool get ();
    void set (bool value);
}
member PrefixTableNameToConstraintName : bool with get, set
function get PrefixTableNameToConstraintName () : boolean
function set PrefixTableNameToConstraintName (value : boolean)

Property Value

Type: System.Boolean
true if table names should be prefixed to constraint names; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace