Dela via


Generator.DefaultLocaleId Property

Gets or sets the locale ID.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.DefaultLocaleId,  _
    Visible := False)> _
Public Property DefaultLocaleId As Integer
'Usage
Dim instance As Generator 
Dim value As Integer 

value = instance.DefaultLocaleId

instance.DefaultLocaleId = value
[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);
}
public function get DefaultLocaleId () : int 
public function set DefaultLocaleId (value : int)

Property Value

Type: System.Int32
An integer 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

See Also

Reference

Generator Class

Generator Members

Microsoft.Data.Schema.DataGenerator Namespace