DatabaseDateTime.Max Property
Gets or sets the maximum value that can be generated.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
'Declaration
Public Property Max As SqlDateTime
'Usage
Dim instance As DatabaseDateTime
Dim value As SqlDateTime
value = instance.Max
instance.Max = value
public SqlDateTime Max { get; set; }
public:
property SqlDateTime Max {
SqlDateTime get ();
void set (SqlDateTime value);
}
public function get Max () : SqlDateTime
public function set Max (value : SqlDateTime)
Type: System.Data.SqlTypes.SqlDateTime
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.