DtsLocalizableAttribute::LocalizationType Property

 

Gets or sets the class that supplies values for the DtsLocalizableAttribute.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Localization
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

public:
property Type^ LocalizationType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

A System.Type that represents the class that supplies values for the DtsLocalizableAttribute.

Return to top
Show: