Compartir a través de


IDTSError100.IDOfInterfaceWithError 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 DtsError.

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

Sintaxis

'Declaración
Property IDOfInterfaceWithError As String 
    Get 
    Set
'Uso
Dim instance As IDTSError100 
Dim value As String 

value = instance.IDOfInterfaceWithError

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

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

IDTSError100 Interfaz

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