SetLCID Method

From SQL-NS

SQL-NS

SetLCID Method

The SetLCID method sets the locale ID for SQL Namespace.

Applies To

SQLNamespace Object

Syntax

object.SetLCID(
lLCID)

Parts

object

Expression that evaluates to an object in the Applies To list

lLCID

Locale ID of SQL Namespace

Data Type

None

Prototype (C/C++)

HRESULT SetLCID(
long lcid);