This topic has not yet been rated - Rate this topic

DtsLocalizableAttribute Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Provides localization support from an embedded resource file.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public abstract class DtsLocalizableAttribute : Attribute

The DtsLocalizableAttribute type exposes the following members.

  NameDescription
Protected methodDtsLocalizableAttributeInfrastructure. Initializes a new instance of the DtsLocalizableAttribute class.
Top
  NameDescription
Public propertyDescriptionInfrastructure. Gets or sets the description of the DtsLocalizableAttribute.
Public propertyDisplayNameInfrastructure. Gets or sets the display name of the DtsLocalizableAttribute.
Public propertyLocalizationTypeInfrastructure. Gets or sets the class that supplies values for the DtsLocalizableAttribute.
Public propertyTypeId (Inherited from Attribute.)
Top
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.