共用方式為


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