LogProviderContact 属性

Gets or sets the contact information for the log provider.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property LogProviderContact As String
    Get
    Set
用法
Dim instance As DtsLogProviderAttribute
Dim value As String

value = instance.LogProviderContact

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

属性值

类型:System. . :: . .String
The contact information for the log provider.

注释

This optional property is used to provide contact information for the log provider object.