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.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public int CommandTimeout { get; set; }
public:
property int CommandTimeout {
int get();
void set(int value);
}
member CommandTimeout : int with get, set
Public Property CommandTimeout As Integer
Property Value
Type: System.Int32
See Also
ConnectionContextElement Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration Namespace
Return to top