Expand Minimize
This topic has not yet been rated - Rate this topic

SqlSmoObject.FormatSqlVariant Method

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.

Return Value

Type: System.String
The SqlVariantobject converted to a string value.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.