Поделиться через


Свойство DtsLogProviderAttribute.UITypeName

Not used. Custom user interfaces for custom log providers are not implemented in Службы Integration Services.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property UITypeName As String 
    Get 
    Set
'Применение
Dim instance As DtsLogProviderAttribute 
Dim value As String 

value = instance.UITypeName

instance.UITypeName = value
public string UITypeName { get; set; }
public:
property String^ UITypeName {
    String^ get ();
    void set (String^ value);
}
member UITypeName : string with get, set
function get UITypeName () : String 
function set UITypeName (value : String)

Значение свойства

Тип: System.String

См. также

Справочник

DtsLogProviderAttribute Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime