Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CultureInfo object that is used by the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Property CultureInfo As CultureInfo
Get
Set
'Usage
Dim value As CultureInfo
value = Me.CultureInfo
Me.CultureInfo = value
protected CultureInfo CultureInfo { get; set; }
protected:
property CultureInfo^ CultureInfo {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member CultureInfo : CultureInfo with get, set
function get CultureInfo () : CultureInfo
function set CultureInfo (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
The CultureInfo object that is used by the collection.