Propriedade do RDL SfcCollatedDictionaryCollection<T, K, ParentT>.CultureInfo
Gets or sets the CultureInfo object that is used by the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Property CultureInfo As CultureInfo
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Globalization.CultureInfo
The CultureInfo object that is used by the collection.