Compartilhar via


Propriedade do RDL IDTSLogProviderInfo100.LogProviderContact

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

For more information, see LogProviderInfo.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property LogProviderContact As String 
    Get
'Uso
Dim instance As IDTSLogProviderInfo100 
Dim value As String 

value = instance.LogProviderContact
string LogProviderContact { get; }
property String^ LogProviderContact {
    String^ get ();
}
abstract LogProviderContact : string
function get LogProviderContact () : String

Valor da propriedade

Tipo: System.String

Consulte também

Referência

IDTSLogProviderInfo100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper