DataSourceInformation.DataSourceCulture Field

Specifies the geographical culture of the data source.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Const DataSourceCulture As String

Dim value As String

value = DataSourceInformation.DataSourceCulture
public const string DataSourceCulture
public:
literal String^ DataSourceCulture
public const var DataSourceCulture : String

Field Value

Type: System.String

Remarks

Values for this property should be formatted in the same way as the Name property.

For example, if the data source is running under a Chinese (simplified) language, then the value of this property would be "zh-CHS".

Permissions

See Also

Reference

DataSourceInformation Class

DataSourceInformation Members

Microsoft.VisualStudio.Data Namespace