Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the operation to complete before it times out.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property BulkCopyTimeout As Integer
Get
Set
'Usage
Dim instance As Transfer
Dim value As Integer
value = instance.BulkCopyTimeout
instance.BulkCopyTimeout = value
public int BulkCopyTimeout { get; set; }
public:
property int BulkCopyTimeout {
int get ();
void set (int value);
}
member BulkCopyTimeout : int with get, set
function get BulkCopyTimeout () : int
function set BulkCopyTimeout (value : int)
Property Value
Type: System.Int32
The operation to complete before it times out.