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.