Aracılığıyla paylaş


DtsPropertyAttribute.UITypeEditor Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
Public Property UITypeEditor As String
    Get
    Set
'Kullanım
Dim instance As DtsPropertyAttribute
Dim value As String

value = instance.UITypeEditor

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

Özellik Değeri

Tür: System.String