DtsLocalizableAttribute::DisplayName Property

 

Gets or sets the display name of the DtsLocalizableAttribute.

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

public:
property String^ DisplayName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The display name of the DtsLocalizableAttribute.

Return to top
Show: