Share via


ConnectionContextElement.CommandTimeout Property

 

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