SqlSmoObject.SqlDateString Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Shared Function SqlDateString ( _
    date As DateTime _
) As String
public static string SqlDateString (
    DateTime date
)
public:
static String^ SqlDateString (
    DateTime date
)
public static String SqlDateString (
    DateTime date
)
public static function SqlDateString (
    date : DateTime
) : String

Parameters

  • date

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.

See Also

Reference

SqlSmoObject Class
SqlSmoObject Members
Microsoft.SqlServer.Management.Smo Namespace