Compartir a través de


IDTSWarning100.HelpFile Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see DtsWarning.

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

Sintaxis

'Declaración
Property HelpFile As String 
    Get 
    Set
'Uso
Dim instance As IDTSWarning100 
Dim value As String 

value = instance.HelpFile

instance.HelpFile = value
string HelpFile { get; set; }
property String^ HelpFile {
    String^ get ();
    void set (String^ value);
}
abstract HelpFile : string with get, set
function get HelpFile () : String 
function set HelpFile (value : String)

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

IDTSWarning100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper