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