Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the contact information for the log provider.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property LogProviderContact As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The contact information for the log provider.
Remarks
This optional property is used to provide contact information for the log provider object.