Propriedade do RDL EventHandlerClass.IsDefaultLocaleID
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a Boolean that indicates whether the container uses the default locale. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean
Get
'Uso
Dim instance As EventHandlerClass
Dim value As Boolean
value = instance.IsDefaultLocaleID
public virtual bool IsDefaultLocaleID { get; }
public:
virtual property bool IsDefaultLocaleID {
bool get ();
}
abstract IsDefaultLocaleID : bool
override IsDefaultLocaleID : bool
function get IsDefaultLocaleID () : boolean
Valor da propriedade
Tipo: System.Boolean
true if the container uses the default locale; otherwise, false. The default value for this property is false.
Implementa
IDTSContainer100.IsDefaultLocaleID