Propriété DtsLogProviderAttribute.UITypeName

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property UITypeName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String

Voir aussi

Référence

DtsLogProviderAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime