DtsLogProviderAttribute.LogProviderContact Property
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
public string LogProviderContact { get; set; }
public:
property String^ LogProviderContact {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_LogProviderContact ()
/** @property */
public void set_LogProviderContact (String value)
public function get LogProviderContact () : String
public function set LogProviderContact (value : String)
Property Value
The contact information for the log provider.
Remarks
This optional property is used to provide contact information for the log provider object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DtsLogProviderAttribute Class
DtsLogProviderAttribute Members
Microsoft.SqlServer.Dts.Runtime Namespace