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