Méthode SqlSmoObject.FormatSqlVariant

Formats an object as SqlVariant type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Friend Function FormatSqlVariant ( _
    sqlVariant As Object _
) As String
'Utilisation
Dim sqlVariant As Object 
Dim returnValue As String 

returnValue = Me.FormatSqlVariant(sqlVariant)
protected internal string FormatSqlVariant(
    Object sqlVariant
)
protected public:
String^ FormatSqlVariant(
    Object^ sqlVariant
)
member FormatSqlVariant : 
        sqlVariant:Object -> string
function FormatSqlVariant(
    sqlVariant : Object
) : String

Paramètres

Valeur de retour

Type : System.String
The SqlVariantobject converted to a string value.

Voir aussi

Référence

SqlSmoObject Classe

Espace de noms Microsoft.SqlServer.Management.Smo