Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the Open Database Connectivity (ODBC) literal type.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property OdbcLiteralType As OdbcLiteralType
Get
Set
'Utilisation
Dim instance As OdbcLiteral
Dim value As OdbcLiteralType
value = instance.OdbcLiteralType
instance.OdbcLiteralType = value
public OdbcLiteralType OdbcLiteralType { get; set; }
public:
property OdbcLiteralType OdbcLiteralType {
OdbcLiteralType get ();
void set (OdbcLiteralType value);
}
member OdbcLiteralType : OdbcLiteralType with get, set
function get OdbcLiteralType () : OdbcLiteralType
function set OdbcLiteralType (value : OdbcLiteralType)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.OdbcLiteralType
The Open Database Connectivity (ODBC) literal type.