Compartilhar via


Propriedade do RDL PackageRemote32Class.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 package uses the default locale.

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 PackageRemote32Class 
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 package uses the default locale; otherwise, false.

Implementa

IDTSContainer100.IsDefaultLocaleID

Consulte também

Referência

PackageRemote32Class Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper