Skip to main content

MSSqlLocalDBApi Fields

Provides helper methods allowing you to manage the SQL Server Express LocalDB instances.
Name Description
LOCALDB_MAX_SQLCONNECTION_BUFFER_SIZE Gets the buffer size to store a LocalDB connection string (260, by default).
MAX_LOCALDB_INSTANCE_NAME_LENGTH Gets the maximum LocalDB instance name length (43, by default).
MAX_LOCALDB_VERSION_LENGTH Gets the maximum length of the LocalDB version (43, by default).
MAX_STRING_SID_LENGTH Gets the maximum length of the security identifier (186, by default).
See Also