Partager via


IsLogin Method

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

The IsLogin method returns TRUE when the string specified is a valid name string for a Microsoft SQL Server login record.

Syntaxe

object
.IsLogin(
LoginName
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

  • LoginName
    String tested.

Prototype (C/C++)

HRESULT IsLogin(SQLDMO_LPCSTR szLoginName,
LPBOOL pRetVal);

Returns

TRUE if the LoginName argument is a string of valid login record name characters in a valid sequence. FALSE, otherwise.

Notes

The IsLogin method determines legality for names when adding logins to an instance of SQL Server.

Applies To:

SQLServer Object