SqlSmoObject.SqlDateString Method

[Questo argomento rappresenta una documentazione non definitiva ed è soggetto a modifiche nelle versioni successive. Gli argomenti vuoti vengono inclusi come segnaposto.]

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
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

Parametri

  • date

Protezione dei thread

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server.

Target Platforms

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server.

Vedere anche

Riferimento

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