DtsLogProviderAttribute.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.