Propriedade do RDL LogProviderContact
Gets or sets the contact information for the log provider.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Property LogProviderContact As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
The contact information for the log provider.
Comentários
This optional property is used to provide contact information for the log provider object.