Właściwość IDTSDumpConfiguration100.DumpDescriptor
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Property DumpDescriptor As String
Get
Set
'Użycie
Dim instance As IDTSDumpConfiguration100
Dim value As String
value = instance.DumpDescriptor
instance.DumpDescriptor = value
string DumpDescriptor { get; set; }
property String^ DumpDescriptor {
String^ get ();
void set (String^ value);
}
abstract DumpDescriptor : string with get, set
function get DumpDescriptor () : String
function set DumpDescriptor (value : String)
Wartość właściwości
Typ: System.String
Zobacz także