Propriété DtsLogProviderAttribute.LogProviderContact

Gets or sets the contact information for the log provider.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property LogProviderContact As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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

Voir aussi

Référence

DtsLogProviderAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime