Condividi tramite


Proprietà DtsLogProviderAttribute.UITypeName

Not used. Custom user interfaces for custom log providers are not implemented in Integration Services.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property UITypeName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

DtsLogProviderAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime