Propriété LogProviderEventLogClass.ConfigString
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets a string used to configure the log provider.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Property ConfigString As String
Get
Set
'Utilisation
Dim instance As LogProviderEventLogClass
Dim value As String
value = instance.ConfigString
instance.ConfigString = value
public virtual string ConfigString { get; set; }
public:
virtual property String^ ConfigString {
String^ get ();
void set (String^ value);
}
abstract ConfigString : string with get, set
override ConfigString : string with get, set
function get ConfigString () : String
function set ConfigString (value : String)
Valeur de propriété
Type : System.String
A string used to configure the log provider.
Implémente
IDTSLogProvider100.ConfigString
Notes
For more information, see LogProvider.