Compartir a través de


IDOfInterfaceWithError Propiedad

Esta API admite la infraestructura de 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