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 네임스페이스