Compartir a través de


DtsLogProviderAttribute.LogProviderContact Propiedad

Gets or sets the contact information for the log provider.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The contact information for the log provider.

Comentarios

This optional property is used to provide contact information for the log provider object.

Vea también

Referencia

DtsLogProviderAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime