Generator.DefaultLocaleId Property
Gets or sets the locale ID.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.DefaultLocaleId, _
Visible := False)> _
Public Property DefaultLocaleId As Integer
[InputAttribute(AutoAssignedInput = AutoAssignedInput.DefaultLocaleId, Visible = false)]
public int DefaultLocaleId { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::DefaultLocaleId,
Visible = false)]
public:
property int DefaultLocaleId {
int get ();
void set (int value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.DefaultLocaleId,
Visible = false)>]
member DefaultLocaleId : int with get, set
function get DefaultLocaleId () : int
function set DefaultLocaleId (value : int)
Property Value
Type: System.Int32
An int that corresponds to the locale ID.
Remarks
This property is applicable only to national character columns. This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.