Aracılığıyla paylaş


TargetServer.TimeZoneAdjustment Property

Gets the difference, in minutes, between the local time midnight on the target server and midnight Coordinated Universal Time (Greenwich Mean Time).

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute> _
Public ReadOnly Property TimeZoneAdjustment As Integer
[SfcPropertyAttribute] 
public int TimeZoneAdjustment { get; }
[SfcPropertyAttribute] 
public:
property int TimeZoneAdjustment {
    int get ();
}
/** @property */
public int get_TimeZoneAdjustment ()
public function get TimeZoneAdjustment () : int

Property Value

An Int32 value that specifies the number of minutes time difference between the referenced target server and Greenwich Mean Time.

Remarks

The LocalTime property and the TimeZoneAdjustment property can be used to correctly schedule multiserver administration tasks where the master server and the target server are in different time zones.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.