Compartilhar via


Propriedade do RDL IDTSContainer100.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 value that indicates whether the container uses the default locale.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property IsDefaultLocaleID As Boolean 
    Get
'Uso
Dim instance As IDTSContainer100 
Dim value As Boolean 

value = instance.IsDefaultLocaleID
bool IsDefaultLocaleID { get; }
property bool IsDefaultLocaleID {
    bool get ();
}
abstract IsDefaultLocaleID : bool
function get IsDefaultLocaleID () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the container uses the default locale; otherwise, false.

Comentários

For more information, see DtsContainer.

Consulte também

Referência

IDTSContainer100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper