Свойство DtsLocalizableAttribute.DisplayName
Gets or sets the display name of the DtsLocalizableAttribute.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Localization
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Property DisplayName As String
Get
Set
'Применение
Dim instance As DtsLocalizableAttribute
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Значение свойства
Тип: System.String
The display name of the DtsLocalizableAttribute.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Pipeline.Localization