ContentMigrationSettings.SqlConnectionTimeOut Property
Gets the source database SQL connection time-out value. The default value is 3600 seconds.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SqlConnectionTimeOut As Integer
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As Integer
value = instance.SqlConnectionTimeOut
instance.SqlConnectionTimeOut = value
public int SqlConnectionTimeOut { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ContentMigrationSettings Class