Proprietà LogProviderContact
Gets or sets the contact information for the log provider.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property LogProviderContact As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
The contact information for the log provider.
Osservazioni
This optional property is used to provide contact information for the log provider object.
Vedere anche