Proprietà IDTSLogProviderInfo100.LogProviderContact

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see LogProviderInfo.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property LogProviderContact As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

IDTSLogProviderInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper