IDTSDumpConfiguration100.DumpDescriptor Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el descriptor de volcado para DTS.
public:
property System::String ^ DumpDescriptor { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743810)]
public string DumpDescriptor { [System.Runtime.InteropServices.DispId(1610743810)] get; [System.Runtime.InteropServices.DispId(1610743810)] set; }
[<System.Runtime.InteropServices.DispId(1610743810)>]
[<get: System.Runtime.InteropServices.DispId(1610743810)>]
[<set: System.Runtime.InteropServices.DispId(1610743810)>]
member this.DumpDescriptor : string with get, set
Public Property DumpDescriptor As String
Valor de propiedad
El descriptor de volcado para DTS.
- Atributos