SqlSmoObject.FormatSqlVariant Method
SQL Server 2012
Formats an object as SqlVariant type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration Protected Friend Function FormatSqlVariant ( _ sqlVariant As Object _ ) As String 'Usage Dim sqlVariant As Object Dim returnValue As String returnValue = Me.FormatSqlVariant(sqlVariant)
Parameters
- sqlVariant
- Type: System.Object
An Object value to be formatted.
