DtsLogProviderAttribute.UITypeName プロパティ
使用されていません。 カスタム ログ プロバイダーのカスタム ユーザー インターフェイスは、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)